remove go build cache

This commit is contained in:
Jan Christian Grünhage 2018-09-24 00:13:31 +02:00
parent f9a9cbf755
commit 81f04ddbc6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN apk add --no-cache \
&& setcap cap_net_bind_service=+ep /usr/local/bin/coredns \
&& cd / \
&& apk del .build-deps \
&& rm -rf /tmp/gopath
&& rm -rf /tmp/gopath /root/.cache/go-build
COPY docker/root /