mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 \
|
&& apk --no-cache add $buildDeps \
|
||||||
&& git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns \
|
&& 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 \
|
&& cd /go/src/github.com/coredns/coredns \
|
||||||
&& make \
|
&& make CHECKS="godeps" \
|
||||||
&& mv coredns /usr/bin/coredns \
|
&& mv coredns /usr/bin/coredns \
|
||||||
&& apk del $buildDeps \
|
&& apk del $buildDeps \
|
||||||
&& rm -rf /go \
|
&& rm -rf /go \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user