diff --git a/Dockerfile b/Dockerfile index ba53550302d5..339bdd11f5b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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