We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8fb2b commit 1806f0dCopy full SHA for 1806f0d
docker/build-src/optimism/Dockerfile
@@ -1,12 +1,6 @@
1
FROM golang:1.21 as builder
2
ENV GOMODCACHE=/root/.cache/mod
3
4
-# allow private repos
5
-ENV GOPRIVATE="github.com/shutter-network/*"
6
-ENV GONOPROXY=localhost
7
-ARG GITHUB_ACCESS_TOKEN
8
-RUN git config --global url."https://[email protected]/".insteadOf "https://github.com/"
9
-
10
# Fetch go modules separately to improve cache usage
11
RUN mkdir /gomod
12
COPY /rolling-shutter/go.* /gomod/
0 commit comments