We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a68c8 commit c64ee59Copy full SHA for c64ee59
.docker/ci/Dockerfile
@@ -18,7 +18,7 @@ COPY . src/moveit2
18
RUN \
19
# Update apt package list as previous containers clear the cache
20
apt-get -q update && \
21
- apt-get -q -y upgrade && \
+ apt-get -q -y upgrade --with-new-pkgs && \
22
#
23
# Install some base dependencies
24
apt-get -q install --no-install-recommends -y \
0 commit comments