mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add back apt/lists rm
This commit is contained in:
parent
6994bdfc9c
commit
cf020e0aa6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,3 +29,4 @@ PACKAGE_VERSION=$(apt-cache policy docker-ce | awk -v dv=${DOCKER_VERSION} '$1 ~
|
||||||
|
|
||||||
apt-get -yq autoremove
|
apt-get -yq autoremove
|
||||||
apt-get clean -yqq
|
apt-get clean -yqq
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue