Skip to content

Commit 41fbf85

Browse files
committed
restore --no-cache flag for apk
Signed-off-by: casperklein <casperklein@users.noreply.github.com>
1 parent a0db79a commit 41fbf85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG PIHOLE_GID=1000
2020
ENV DNSMASQ_USER=pihole
2121
ENV FTL_CMD=no-daemon
2222

23-
RUN apk add \
23+
RUN apk add --no-cache \
2424
bash \
2525
bash-completion \
2626
bind-tools \

0 commit comments

Comments
 (0)