upd testsDockerfile
This commit is contained in:
parent
0d55ef4721
commit
72587bb19f
@ -9,7 +9,8 @@ RUN git config --global url."https://${REGISTRY_USER}:${REGISTRY_PASSWORD}@gitea
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
RUN export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \
|
||||
RUN export GIT_SSL_NO_VERIFY=true && \
|
||||
export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \
|
||||
go env -w GOINSECURE="gitea.pena/*" && \
|
||||
go mod download
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user