From 8f49972fea28f02c754a9c6c622e2e2fb5fd5748 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:37:30 -0500 Subject: [PATCH] [Humble] Remove --with-new-pkgs when upgrading packages in CI --- .docker/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/ci/Dockerfile b/.docker/ci/Dockerfile index 994d1bfe89..881b82ccf9 100644 --- a/.docker/ci/Dockerfile +++ b/.docker/ci/Dockerfile @@ -20,7 +20,7 @@ COPY . src/moveit2 RUN \ # 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 \