docker: update ca-certificates file (#1525)

This commit is contained in:
Rafael Matias
2019-06-27 18:06:09 +02:00
committed by GitHub
parent 4d66995fee
commit 13774a8aee

View File

@ -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