mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 10:55:02 +00:00
docker: update ca-certificates file (#1525)
This commit is contained in:
parent
4d66995fee
commit
13774a8aee
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ RUN make swarm
|
|||
FROM ethereum/client-go:v1.8.27 as geth
|
||||
|
||||
FROM alpine:3.9
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN apk --no-cache add ca-certificates && update-ca-certificates
|
||||
COPY --from=builder /swarm/build/bin/swarm /usr/local/bin/
|
||||
COPY --from=geth /usr/local/bin/geth /usr/local/bin/
|
||||
COPY docker/run.sh /run.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue