fix dockerfile
This commit is contained in:
parent
f498390635
commit
2b3ea0e874
1 changed files with 1 additions and 2 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue