Skip to content

Commit

Permalink
Install grep to avoid issues in pihole -w/b with the default busybox …
Browse files Browse the repository at this point in the history
…grep

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
  • Loading branch information
PromoFaux committed May 8, 2024
1 parent 9973fd9 commit d0dddcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Dockerfile
Expand Up @@ -34,7 +34,9 @@ RUN apk add --no-cache \
tini \
tzdata \
unzip \
wget
wget && \
# Install grep to avoid issues in pihole -w/b with the default busybox grep
apk add --no-cache --upgrade grep

ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
COPY crontab.txt /crontab.txt
Expand Down

0 comments on commit d0dddcf

Please sign in to comment.