Skip to content

Commit 840c084

Browse files
committed
remove buildkit cache mount from apk add layer
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
1 parent 2c358fd commit 840c084

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Dockerfile

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

23-
RUN --mount=type=cache,target=/var/cache/apk \
24-
apk add \
23+
RUN apk add \
2524
bash \
2625
bash-completion \
2726
bind-tools \

0 commit comments

Comments
 (0)