build: fix warning for cached builds with Go 1.10

This commit is contained in:
Christian Schwarz 2018-04-01 17:53:51 +02:00
parent 75fd21e454
commit 30057d4e59

View File

@ -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