Skip to content

Commit

Permalink
Restore --with-new-pkgs arg in CI Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 23, 2024
1 parent 94a68c8 commit c64ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . src/moveit2
RUN \

Check failure on line 18 in .docker/ci/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint Dockerfiles (ci)

SC2086 info: Double quote to prevent globbing and word splitting.

Check failure on line 18 in .docker/ci/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint Dockerfiles (ci)

SC2086 info: Double quote to prevent globbing and word splitting.
# Update apt package list as previous containers clear the cache
apt-get -q update && \
apt-get -q -y upgrade && \
apt-get -q -y upgrade --with-new-pkgs && \
#
# Install some base dependencies
apt-get -q install --no-install-recommends -y \
Expand Down

0 comments on commit c64ee59

Please sign in to comment.