Skip to content

Commit

Permalink
[Humble] Remove --with-new-pkgs when upgrading packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 15, 2024
1 parent 0f4c935 commit 4d1992f
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.
# Update apt package list as previous containers clear the cache
apt-get -q update && \
apt-get -q -y upgrade --with-new-pkgs && \
apt-get -q -y upgrade && \
#
# Install some base dependencies
apt-get -q install --no-install-recommends -y \
Expand Down

0 comments on commit 4d1992f

Please sign in to comment.