oci/datadog/agent/Dockerfile: update
This commit is contained in:
parent
814ac98a0b
commit
132e187770
@ -3,8 +3,8 @@ FROM artifact.onwalk.net/k8s/datadog/agent:7.43.1
|
||||
LABEL maintainer "Datadog <package@datadoghq.com>"
|
||||
|
||||
ARG CIBUILD
|
||||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install ca-certificates curl -y
|
||||
RUN apt install -f && dpkg --configure -a
|
||||
RUN apt update && apt install ca-certificates curl -y --allow-change-held-packages
|
||||
RUN cd /usr/local/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 && \
|
||||
curl http://certinfo.roche.com/rootcerts/RocheEnterpriseCA2.cer \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user