add debugging tool to l2geth images (#1066)

This commit is contained in:
sbaizet 2024-10-14 16:45:58 +02:00 committed by GitHub
parent aa3af46a37
commit c88cc480b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ ADD . /go-ethereum
ARG SCROLL_LIB_PATH ARG SCROLL_LIB_PATH
RUN apt update && apt install vim netcat-openbsd net-tools curl -y
RUN mkdir -p $SCROLL_LIB_PATH RUN mkdir -p $SCROLL_LIB_PATH
COPY --from=zkp-builder /app/target/release/libzkp.so $SCROLL_LIB_PATH COPY --from=zkp-builder /app/target/release/libzkp.so $SCROLL_LIB_PATH