no apk cache

This commit is contained in:
2025-09-29 19:59:55 +02:00
parent 8fe8acd0bd
commit aabd941e35

View File

@@ -10,8 +10,8 @@ RUN \
FROM alpine:latest FROM alpine:latest
RUN \ RUN \
apk --update upgrade && \ apk --no-cache upgrade && \
apk add unbound bind-tools tini && \ apk --no-cache add unbound bind-tools tini && \
wget -O /etc/unbound/named.cache ftp://ftp.internic.net//domain/named.cache wget -O /etc/unbound/named.cache ftp://ftp.internic.net//domain/named.cache
COPY rootfs / COPY rootfs /