1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-13 23:05:44 +02:00

clean apt cache

This commit is contained in:
sujiba 2022-03-09 12:11:02 +01:00 committed by GitHub
parent c90489cb69
commit cfb06fbbee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,6 @@ RUN chmod +x start_unbound_and_s6_init.sh
ENTRYPOINT ./start_unbound_and_s6_init.sh
# Remove unnecessary programs
RUN apt-get remove -y \
RUN apt-get clean all && \
apt-get remove -y \
wget