Skip to content

Commit c4c8bf6

Browse files
authored
Merge pull request #2049 from pi-hole/tweak/caching
remove buildkit cache mount from apk add layer
2 parents e29df74 + 840c084 commit c4c8bf6

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)