Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
phynias committed Jan 15, 2024
1 parent a06b07f commit a7eeedb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#########################################
# Build stage
#########################################
FROM pihole/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

COPY mod.sh /mod.sh
#COPY mod.sh /mod.sh

RUN bash /mod.sh up && \
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
#RUN bash /mod.sh
RUN rm -rf /var/cache/apt/archives /var/lib/apt/lists/*

0 comments on commit a7eeedb

Please sign in to comment.