fix: update Dockerfile.mockccc (#829)

fix update Dockerfile.mockccc
This commit is contained in:
HAOYUatHZ 2024-06-15 09:44:11 +08:00 committed by GitHub
parent d2fa88db28
commit e54781ea02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,9 @@ RUN cd /go-ethereum && go run build/ci.go install ./cmd/geth
# 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/
EXPOSE 8545 8546 30303 30303/udp