From 30057d4e5935da249c0bafcdaa6f4a5f340fc627 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 1 Apr 2018 17:53:51 +0200 Subject: [PATCH] build: fix warning for cached builds with Go 1.10 --- build.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build.Dockerfile b/build.Dockerfile index 8f0508b..47cec34 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -11,6 +11,7 @@ RUN /tmp/lazy.sh devsetup # prepare volume mount of git checkout to /zrepl RUN mkdir -p /go/src/github.com/zrepl/zrepl RUN chmod -R 0777 /go +RUN mkdir -p /.cache && chmod -R 0777 /.cache WORKDIR /go/src/github.com/zrepl/zrepl