This commit is contained in:
Sebastian
2025-02-10 08:24:13 +01:00
parent ce77d4202b
commit 890610a510

View File

@@ -39,9 +39,11 @@ RUN go run build/ci.go install -static ./cmd/geth
FROM golang:1.22 FROM golang:1.22
RUN apt-get update && \ # not sure why that was in here ... maybe some script expecting it to clone peers ...
apt-get install -y jq curl && \ # but it broke the build on a server in japan for whatever reason.
rm -rf /var/lib/apt/lists #RUN apt-get update && \
# apt-get install -y jq curl && \
# rm -rf /var/lib/apt/lists
WORKDIR /app WORKDIR /app