mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
[docker] fix pprz-ci image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM paparazziuav/pprz-dep
|
FROM paparazziuav/pprz-dep
|
||||||
LABEL maintainer="felix.ruess@gmail.com"
|
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 wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user