Skip to content

Commit 942d817

Browse files
TSC21dagar
authored andcommitted
simulation-focal: install Ignition Fortress
1 parent 2828cdc commit 942d817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile_simulation-focal

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
FROM px4io/px4-dev-base-focal:2024-04-04
66
LABEL maintainer="Nuno Marques <[email protected]>"
77

8-
RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
9-
&& sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -sc` main" > /etc/apt/sources.list.d/gazebo-stable.list' \
8+
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
9+
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null \
1010
&& apt-get update \
1111
&& DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
1212
ant \
@@ -27,7 +27,7 @@ RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add
2727
mesa-utils \
2828
protobuf-compiler \
2929
x-window-system \
30-
ignition-edifice \
30+
ignition-fortress \
3131
&& apt-get -y autoremove \
3232
&& apt-get clean autoclean \
3333
&& rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)