Skip to content

Commit 9be81c0

Browse files
authored
Merge pull request #2056 from casperklein/no-cache
Restore --no-cache flag for apk
2 parents a0db79a + 41fbf85 commit 9be81c0

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)