Skip to content

Commit

Permalink
Harmonize the Dockerfile with that of gz-sim-server
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed May 21, 2024
1 parent 67d2e44 commit b60c79c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ RUN sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb
&& wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
&& apt update -y

RUN apt install -y libgz-sim8-dev
RUN apt install -y --no-install-recommends \
libqt5svg5 \
gz-harmonic \
&& rm -rf /var/lib/apt/lists/*

# Clone c_library_v2 commit matching with current px4-firmware mavlink commit
# => mavlink/c_library_v2:fbdb7c29 is built from mavlink/mavlink:08112084
Expand Down

0 comments on commit b60c79c

Please sign in to comment.