We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3af46 commit c88cc48Copy full SHA for c88cc48
Dockerfile
@@ -28,6 +28,7 @@ ADD . /go-ethereum
28
29
ARG SCROLL_LIB_PATH
30
31
+RUN apt update && apt install vim netcat-openbsd net-tools curl -y
32
RUN mkdir -p $SCROLL_LIB_PATH
33
34
COPY --from=zkp-builder /app/target/release/libzkp.so $SCROLL_LIB_PATH
0 commit comments