]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - ubuntu14.04-onbuild/Dockerfile
Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to incompatibl...
[github/fretlink/docker-ansible.git] / ubuntu14.04-onbuild / Dockerfile
index a0e6580164ac32913d7015095fa99c40686e9f22..64dd859f32c2be30e73c817af0aae2af5aaca9af 100644 (file)
@@ -33,8 +33,11 @@ RUN echo "===> Adding Ansible's PPA..."  && \
 
 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..."  && \