oci/base/alpine/Dockerfile: update

This commit is contained in:
Haitao Pan 2023-02-28 11:16:03 +08:00
parent f77277d5ed
commit 49d43f1148

View File

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