Add back apt/lists rm

This commit is contained in:
Andrejs Cunskis 2023-02-22 07:27:46 +09:00
parent 6994bdfc9c
commit cf020e0aa6
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -29,3 +29,4 @@ PACKAGE_VERSION=$(apt-cache policy docker-ce | awk -v dv=${DOCKER_VERSION} '$1 ~
apt-get -yq autoremove
apt-get clean -yqq
rm -rf /var/lib/apt/lists/*