mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Use apk's no-cache flag in Dockerfile (#1591)
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
MAINTAINER Miek Gieben <miek@miek.nl> @miekg
|
||||
|
||||
# only need ca-certificates & openssl if want to use https_google
|
||||
RUN apk --update add bind-tools ca-certificates openssl && update-ca-certificates && rm -rf /var/cache/apk/*
|
||||
RUN apk --no-cache add bind-tools ca-certificates openssl && update-ca-certificates
|
||||
|
||||
ADD coredns /coredns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user