Skip to content

Commit c64ee59

Browse files
committed
Restore --with-new-pkgs arg in CI Dockerfile
1 parent 94a68c8 commit c64ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY . src/moveit2
1818
RUN \
1919
# Update apt package list as previous containers clear the cache
2020
apt-get -q update && \
21-
apt-get -q -y upgrade && \
21+
apt-get -q -y upgrade --with-new-pkgs && \
2222
#
2323
# Install some base dependencies
2424
apt-get -q install --no-install-recommends -y \

0 commit comments

Comments
 (0)