]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - debian8-onbuild/Dockerfile
Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to incompatibl...
[github/fretlink/docker-ansible.git] / debian8-onbuild / Dockerfile
index 5db6cdf5d4c245655108a44d2d76f8f4c99181b8..65794be5c4479fb820ca386683c5c0d81b124d42 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..."  && \