Merge pull request #1576 from pi-hole/fix/grep-version

Install grep to avoid issues in pihole -w/b with the default busybox …
This commit is contained in:
Adam Warner 2024-05-09 08:42:57 +01:00 committed by GitHub
commit d2e46f3cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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 \
@ -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