diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 3484649..f6fb1d1 100644 --- a/deployments/renew_tests/TestsDockerfile +++ b/deployments/renew_tests/TestsDockerfile @@ -9,7 +9,9 @@ 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 && go mod download +RUN export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \ + go env -w GOINSECURE="gitea.pena/*" && \ + go mod download COPY . . RUN apk add --no-cache tzdata curl catatonit