From a49600e63d883782be6fab646575a9a447a8d107 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 8 May 2024 21:50:33 +0100 Subject: [PATCH] Install grep to avoid issues in pihole -w/b with the default busybox grep Signed-off-by: Adam Warner --- src/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index e4ced6bc..af4319fa 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -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