]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian7-onbuild/Dockerfile
Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to incompatibl...
[github/fretlink/docker-ansible.git] / debian7-onbuild / Dockerfile
index 45bbd7f648b023f339cca97d29008f8980c0b80f..44ed6372f7e5b1f59be6adf5440e6ef5bd46961e 100644 (file)
@@ -37,8 +37,11 @@ RUN echo "===> Installing python, sudo, and supporting tools..."  && \
 
 COPY ansible-playbook-wrapper /usr/local/bin/
 
-ONBUILD  RUN  DEBIAN_FRONTEND=noninteractive  apt-get update
-ONBUILD  WORKDIR /tmp
+ONBUILD  RUN  DEBIAN_FRONTEND=noninteractive  apt-get update   && \
+              echo "===> Updating TLS certificates..."         && \
+              apt-get install -y openssl ca-certificates
+
+ONBUILD  WORKDIR  /tmp
 ONBUILD  COPY  .  /tmp
 ONBUILD  RUN  \
               echo "===> Diagnosis: host information..."  && \