From e32daff3a2350a4fb0e8dacc67b4da260c62d4fc Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 10 Mar 2023 15:33:26 +0800 Subject: [PATCH] oci/datadog/agent/Dockerfile: set --force-yes --- oci/datadog/agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/datadog/agent/Dockerfile b/oci/datadog/agent/Dockerfile index 10f2d61..210fe2d 100644 --- a/oci/datadog/agent/Dockerfile +++ b/oci/datadog/agent/Dockerfile @@ -3,7 +3,7 @@ FROM artifact.onwalk.net/k8s/datadog/agent:7.43.1 LABEL maintainer "Datadog " ARG CIBUILD -RUN apt update && apt install ca-certificates curl -y +RUN apt update && apt install ca-certificates curl -y --force-yes 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 \