no apk cache
This commit is contained in:
@@ -10,8 +10,8 @@ RUN \
|
||||
FROM alpine:latest
|
||||
|
||||
RUN \
|
||||
apk --update upgrade && \
|
||||
apk add unbound bind-tools tini && \
|
||||
apk --no-cache upgrade && \
|
||||
apk --no-cache add unbound bind-tools tini && \
|
||||
wget -O /etc/unbound/named.cache ftp://ftp.internic.net//domain/named.cache
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
Reference in New Issue
Block a user