From dcd695f0272d3c4c0e791df91406c3230540a04c Mon Sep 17 00:00:00 2001 From: phynias Date: Mon, 15 Jan 2024 14:45:09 -0800 Subject: [PATCH] rm speedtest --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc017a7..88484a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,16 @@ ######################################### # Build stage ######################################### -#FROM pihole/pihole:latest -FROM arevindh/pihole:latest +FROM pihole/pihole:latest +#FROM arevindh/pihole:latest RUN apt-get update && \ apt-get install -y python3-minimal nano wget gnupg && \ - curl -sSl https://raw.githubusercontent.com/mmotti/pihole-regex/master/install.py | /usr/bin/python3 && \ - ln -s /usr/bin/speedtest /usr/bin/speedtest-cli + curl -sSl https://raw.githubusercontent.com/mmotti/pihole-regex/master/install.py | /usr/bin/python3 +# ln -s /usr/bin/speedtest /usr/bin/speedtest-cli #COPY mod.sh /mod.sh - #RUN bash /mod.sh + RUN rm -rf /var/cache/apt/archives /var/lib/apt/lists/*