File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ ARG BRANCH="ros2"
4
4
5
5
# Install Utilities
6
6
# hadolint ignore=DL3008
7
- RUN apt-get update && \
7
+ ADD --chown=root:root --chmod=0644 https://raw.githubusercontent.com/osrf/osrf-rosdep/master/gz/00-gazebo.list /etc/ros/rosdep/sources.list.d/00-gazebo.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 \
10
+ && apt-get update && \
8
11
apt-get install -y --no-install-recommends \
9
12
sudo xterm init systemd snapd vim net-tools \
10
13
curl wget git build-essential cmake cppcheck \
Original file line number Diff line number Diff line change @@ -94,7 +94,10 @@ RUN bash install.sh
94
94
ENV DEBIAN_FRONTEND=noninteractive
95
95
ENV DEBCONF_NONINTERACTIVE_SEEN=true
96
96
# hadolint ignore=DL3008
97
- RUN apt-get -q update && \
97
+ ADD --chown=root:root --chmod=0644 https://raw.githubusercontent.com/osrf/osrf-rosdep/master/gz/00-gazebo.list /etc/ros/rosdep/sources.list.d/00-gazebo.list
98
+ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
99
+ && 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 \
100
+ && apt-get -q update && \
98
101
apt-get install -y --no-install-recommends \
99
102
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
100
103
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
You can’t perform that action at this time.
0 commit comments