From c88cc480b01c45e53ec5a024a2f2d25434ad1f79 Mon Sep 17 00:00:00 2001 From: sbaizet <74511063+sbaizet-ledger@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:45:58 +0200 Subject: [PATCH] add debugging tool to l2geth images (#1066) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ba53550302..339bdd11f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ ADD . /go-ethereum ARG SCROLL_LIB_PATH +RUN apt update && apt install vim netcat-openbsd net-tools curl -y RUN mkdir -p $SCROLL_LIB_PATH COPY --from=zkp-builder /app/target/release/libzkp.so $SCROLL_LIB_PATH