Skip to content

Commit

Permalink
rm speedtest
Browse files Browse the repository at this point in the history
  • Loading branch information
phynias committed Jan 15, 2024
1 parent a7eeedb commit dcd695f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit dcd695f

Please sign in to comment.