fix dockerfile

This commit is contained in:
Adrien Reslinger 2020-05-31 20:00:15 +02:00
parent f498390635
commit 2b3ea0e874

View file

@ -27,8 +27,7 @@ RUN VAULT_VERSION=1.4.2 && KUBECTL_VERSION=v1.18.3 && \
echo "[local]" >> /etc/ansible/hosts && \ echo "[local]" >> /etc/ansible/hosts && \
echo "localhost" >> /etc/ansible/hosts && \ echo "localhost" >> /etc/ansible/hosts && \
ln -s /usr/local/bin/python3 /usr/bin/python3 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 \ ENV ANSIBLE_GATHERING=smart \
ANSIBLE_HOST_KEY_CHECKING=false \ ANSIBLE_HOST_KEY_CHECKING=false \