mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
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:
@@ -21,6 +21,8 @@ RUN apk add --no-cache \
|
|||||||
coreutils \
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
# Install grep to avoid issues in pihole -w/b with the default busybox grep
|
||||||
|
grep \
|
||||||
iproute2-ss \
|
iproute2-ss \
|
||||||
jq \
|
jq \
|
||||||
libcap \
|
libcap \
|
||||||
@@ -34,7 +36,7 @@ RUN apk add --no-cache \
|
|||||||
tini \
|
tini \
|
||||||
tzdata \
|
tzdata \
|
||||||
unzip \
|
unzip \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
|
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
|
||||||
COPY crontab.txt /crontab.txt
|
COPY crontab.txt /crontab.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user