Try workaround for proxy issue.
This commit is contained in:
parent
94ec8c2436
commit
e5eb13a27e
@ -10,8 +10,8 @@ ARG GIT_VDBTO_TOKEN
|
||||
WORKDIR /plugeth-statediff/
|
||||
COPY go.mod go.sum .
|
||||
RUN [ -n "$GIT_VDBTO_TOKEN" ] && \
|
||||
GOPROXY=off git config --global url."https://$GIT_VDBTO_TOKEN@git.vdb.to/".insteadOf "https://git.vdb.to/" ; \
|
||||
go mod download ; \
|
||||
git config --global url."https://$GIT_VDBTO_TOKEN@git.vdb.to/".insteadOf "https://git.vdb.to/" ; \
|
||||
GOPROXY=off go mod download ; \
|
||||
rm -f ~/.gitconfig
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user