Commit 44e9d734 authored by nogoegst's avatar nogoegst Committed by Miek Gieben

Use apk's no-cache flag in Dockerfile (#1591)

parent 369bde5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment