From 2b3ea0e874bdd54f2a97ad2526ece6521cbbb385 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 31 May 2020 20:00:15 +0200 Subject: [PATCH] fix dockerfile --- ansible.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible.Dockerfile b/ansible.Dockerfile index 12d738a..6331f3f 100644 --- a/ansible.Dockerfile +++ b/ansible.Dockerfile @@ -27,8 +27,7 @@ RUN VAULT_VERSION=1.4.2 && KUBECTL_VERSION=v1.18.3 && \ echo "[local]" >> /etc/ansible/hosts && \ echo "localhost" >> /etc/ansible/hosts && \ ln -s /usr/local/bin/python3 /usr/bin/python3 -COPY ./rootCA.pem /usr/local/share/ca-certificates/beethoven.pem -RUN update-ca-certificates +#RUN update-ca-certificates ENV ANSIBLE_GATHERING=smart \ ANSIBLE_HOST_KEY_CHECKING=false \