Skip to content

Commit

Permalink
added rm -rf /var/lib/apt/lists/*
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 16, 2023
1 parent dec0189 commit 7360d3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/Dockerfile.bullseye.test_install_unified.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ COPY --chown=root:$TEST_USER_GROUP --chmod=770 scripts/installscripts/tests/*.sh

# Target for applying latest updates (should not be cached!)
FROM test as test-update
RUN apt-get update && apt-get -y upgrade
RUN apt-get update \
&& apt-get -y upgrade \
&& rm -rf /var/lib/apt/lists/*
# ------

0 comments on commit 7360d3b

Please sign in to comment.