mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
build(Dockerfile): add ca-certificates (#445)
build: add ca-certificates to Dockerfile
This commit is contained in:
parent
69dd39afba
commit
2f0a17d36d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
# Pull Geth into a second stage deploy alpine container
|
||||||
FROM ubuntu:20.04
|
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=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/libzkp.so /usr/local/lib/
|
||||||
COPY --from=zkp-builder /app/target/release/libzktrie.so /usr/local/lib/
|
COPY --from=zkp-builder /app/target/release/libzktrie.so /usr/local/lib/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue