Add apt cleanup steps

This commit is contained in:
Seth For Privacy 2022-10-30 16:46:43 -04:00 committed by GitHub
parent 474acb3d7b
commit 4244311f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends cu
gpg \
gpg-agent \
wget \
ca-certificates
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Switch to /tmp for verification and install
WORKDIR /tmp