mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix coredns
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
6cd3e6634b
commit
8efd2f8d68
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user