Skip to content

Commit 1806f0d

Browse files
committed
chore(op): remove private repo access for dockerfile
1 parent dc8fb2b commit 1806f0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker/build-src/optimism/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
FROM golang:1.21 as builder
22
ENV GOMODCACHE=/root/.cache/mod
33

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-
104
# Fetch go modules separately to improve cache usage
115
RUN mkdir /gomod
126
COPY /rolling-shutter/go.* /gomod/

0 commit comments

Comments
 (0)