[docker] really fix pprz-ci image

This commit is contained in:
Felix Ruess
2018-09-23 21:26:28 +02:00
parent 0929228375
commit 0b58044e76
+1 -1
View File
@@ -2,7 +2,7 @@ FROM paparazziuav/pprz-dep
LABEL maintainer="felix.ruess@gmail.com"
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 - | apt-key add -
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
libgazebo7-dev \