mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[docker] fix pprz-ci image
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM paparazziuav/pprz-dep
|
||||
LABEL maintainer="felix.ruess@gmail.com"
|
||||
|
||||
RUN sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
|
||||
RUN sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
|
||||
RUN wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user