Skip to content

Commit

Permalink
Upgrade apt dependencies --with-new-pkgs (#2039) (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Apr 6, 2023
1 parent 66b144a commit f8b764b
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 \
# 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 f8b764b

Please sign in to comment.