From 890610a510bddbb4c84a77469903122f7872ebb6 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:24:13 +0100 Subject: [PATCH] fix it --- op/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index d16c70f2..803da5c5 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -39,9 +39,11 @@ RUN go run build/ci.go install -static ./cmd/geth FROM golang:1.22 -RUN apt-get update && \ - apt-get install -y jq curl && \ - rm -rf /var/lib/apt/lists +# not sure why that was in here ... maybe some script expecting it to clone peers ... +# but it broke the build on a server in japan for whatever reason. +#RUN apt-get update && \ +# apt-get install -y jq curl && \ +# rm -rf /var/lib/apt/lists WORKDIR /app