oci/base/alpine/Dockerfile: update
This commit is contained in:
parent
f77277d5ed
commit
49d43f1148
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
MAINTAINER shenlan xz@onwalk.net
|
||||
|
||||
RUN apk add --update --no-cache ca-certificates && \
|
||||
RUN apk add --update --no-cache ca-certificates curl && \
|
||||
cd /usr/share/ca-certificates/ && \
|
||||
curl http://certinfo.roche.com/rootcerts/Roche%20Root%20CA%201.cer -o RocheRootCA1.cer && \
|
||||
curl http://certinfo.roche.com/rootcerts/RocheEnterpriseCA1.cer -o RocheEnterpriseCA1.cer && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user