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

clean apt cache

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent 36c046f455
commit 450633053f

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