]> git.immae.eu Git - github/fretlink/docker-ansible.git/commitdiff
Update openssl and ca-certificates ONBUILD
authorJoao C Costa <joaocc@users.noreply.github.com>
Wed, 27 Apr 2016 14:15:08 +0000 (15:15 +0100)
committerJoao C Costa <joaocc@users.noreply.github.com>
Wed, 27 Apr 2016 14:15:08 +0000 (15:15 +0100)
alpine3-onbuild/Dockerfile

index 5244d1ea5704b59e7e42b7317a1c17a05c22a840..777ddec1f8bc8ab0679b72932aa3b0fcd98d1070 100644 (file)
@@ -34,6 +34,8 @@ RUN echo "===> Adding Python runtime..."  && \
 
 COPY ansible-playbook-wrapper /usr/local/bin/
 
+ONBUILD  RUN  echo "===> Updating TLS certificates..."         && \
+              apk --update add openssl ca-certificates
 
 ONBUILD  WORKDIR  /tmp
 ONBUILD  COPY  .  /tmp