Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomare22 authored Feb 20, 2025
1 parent b89f8f5 commit 2d5104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ARG PIHOLE_VERSION
FROM pihole/pihole:2025.02.1
RUN apt-get update && apt-get install -y unbound wget
RUN apt update && apt install -y unbound wget

COPY pihole-unbound/lighttpd-external.conf /etc/lighttpd/external.conf
COPY pihole-unbound/unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
Expand Down

0 comments on commit 2d5104e

Please sign in to comment.