diff --git a/Dockerfile b/Dockerfile index 55d89c9d98..c5fa6f76ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,9 @@ RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install -buildtags # Pull Geth into a second stage deploy alpine container FROM ubuntu:20.04 +RUN apt-get -qq update \ + && apt-get -qq install -y --no-install-recommends ca-certificates + COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ COPY --from=zkp-builder /app/target/release/libzkp.so /usr/local/lib/ COPY --from=zkp-builder /app/target/release/libzktrie.so /usr/local/lib/