fix coredns

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-03 20:05:37 -05:00
parent 6cd3e6634b
commit 8efd2f8d68
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -22,7 +22,7 @@ RUN buildDeps=' \
&& apk --no-cache add $buildDeps \
&& git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns \
&& cd /go/src/github.com/coredns/coredns \
&& make \
&& make CHECKS="godeps" \
&& mv coredns /usr/bin/coredns \
&& apk del $buildDeps \
&& rm -rf /go \