mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
build: fix warning for cached builds with Go 1.10
This commit is contained in:
parent
75fd21e454
commit
30057d4e59
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user