Skip to content

Commit

Permalink
fix arm image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Arkenau committed Nov 29, 2023
1 parent 21f3e52 commit 90ccedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
FROM full AS gazebo

# install gazebo
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
RUN sudo wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
&& 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" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null \
&& apt-get update && apt-get install -q -y --no-install-recommends \
ros-humble-gazebo* \
ignition-fortress \
&& rm -rf /var/lib/apt/lists/*

FROM gazebo AS gazebo-nvidia
Expand Down

0 comments on commit 90ccedb

Please sign in to comment.