There was an error while loading. Please reload this page.
1 parent 417dbb8 commit 260b5aeCopy full SHA for 260b5ae
Dockerfile
@@ -8,7 +8,8 @@ RUN go mod download
8
COPY . /workdir
9
WORKDIR /workdir
10
11
-RUN cd casket && go mod init casket && GOPRIVATE=github.com/tmpim/casket go get "github.com/tmpim/casket@master" \
+RUN cd casket && go mod init casket \
12
+ && GOPROXY=https://proxy.golang.org,direct GOPRIVATE=github.com/tmpim/casket go get "github.com/tmpim/casket@master" \
13
&& go mod tidy && go build -o casket
14
15
FROM alpine:3
0 commit comments