Install grep to avoid issues in pihole -w/b with the default busybox grep

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2024-05-08 21:50:33 +01:00
parent 9973fd9bf8
commit a49600e63d

View File

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