Skip to content

Commit

Permalink
simulation-bionic: Fix unmet dependencies for ignition-edifice in Doc…
Browse files Browse the repository at this point in the history
…kerfile
  • Loading branch information
TSC21 committed May 16, 2024
1 parent cfa927f commit 88c1ea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_simulation-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LABEL maintainer="Daniel Agar <[email protected]>"
RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
&& sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -sc` main" > /etc/apt/sources.list.d/gazebo-stable.list' \
&& apt-get update \
&& apt-get remove -y libignition-common-dev \
&& DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
ant \
bc \
Expand All @@ -23,6 +24,8 @@ RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add
libopencv-dev \
libxml2-utils \
protobuf-compiler \
libignition-common4-dev \
libignition-launch4-dev \
ignition-edifice \
&& apt-get -y autoremove \
&& apt-get clean autoclean \
Expand Down

0 comments on commit 88c1ea5

Please sign in to comment.