mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
add debugging tool to l2geth images (#1066)
This commit is contained in:
parent
aa3af46a37
commit
c88cc480b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue