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 <[email protected]>
  • Loading branch information
PromoFaux committed May 8, 2024
1 parent 9973fd9 commit a49600e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apk add --no-cache \
coreutils \
curl \
git \
# Install grep to avoid issues in pihole -w/b with the default busybox grep
grep \
iproute2-ss \
jq \
libcap \
Expand All @@ -34,7 +36,7 @@ RUN apk add --no-cache \
tini \
tzdata \
unzip \
wget
wget

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

0 comments on commit a49600e

Please sign in to comment.