File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -148,30 +148,24 @@ ENV DEBIAN_FRONTEND=noninteractive
148148ENV GZ_VERSION=harmonic
149149
150150# Install Gazebo Harmonic: https://gazebosim.org/docs/harmonic/install_ubuntu
151+ # Per DL3004, use "USER root" rather than "sudo"
152+ # https://github.com/hadolint/hadolint/wiki/DL3004
151153USER root
152154# Install custom rosdep list
153155ADD --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
154156RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
155157 && 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 \
156158 && apt-get -q update \
157159 && apt-get -y --quiet --no-install-recommends install \
160+ cppzmq-dev \
158161 gz-${GZ_VERSION} \
159- && apt-get autoremove -y \
160- && apt-get clean -y \
161- && rm -rf /var/lib/apt/lists/*
162-
163- # Install ArduPilot and ardupilot_gazebo dependencies
164- RUN apt-get -q update \
165- && apt-get -q -y upgrade \
166- && apt-get -q install --no-install-recommends -y \
167162 python3-pexpect \
168163 python3-wxgtk4.0 \
169164 python3-future \
170165 rapidjson-dev \
171166 xterm \
172167 rapidjson-dev \
173168 libopencv-dev \
174- cppzmq-dev \
175169 && apt-get autoremove -y \
176170 && apt-get clean -y \
177171 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1515 workflow_dispatch :
1616
1717env :
18- PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'Robotic-Decision-Making-Lab /blue') }}
18+ PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'apl-ocean-engineering /blue') }}
1919
2020jobs :
2121 ci :
You can’t perform that action at this time.
0 commit comments