Skip to content

Commit

Permalink
add debugging tool to l2geth images (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Oct 14, 2024
1 parent aa3af46 commit c88cc48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c88cc48

Please sign in to comment.