Skip to content

Commit c88cc48

Browse files
add debugging tool to l2geth images (#1066)
1 parent aa3af46 commit c88cc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ADD . /go-ethereum
2828

2929
ARG SCROLL_LIB_PATH
3030

31+
RUN apt update && apt install vim netcat-openbsd net-tools curl -y
3132
RUN mkdir -p $SCROLL_LIB_PATH
3233

3334
COPY --from=zkp-builder /app/target/release/libzkp.so $SCROLL_LIB_PATH

0 commit comments

Comments
 (0)