diff options
author | Joao C Costa <joaocc@users.noreply.github.com> | 2016-04-27 15:15:08 +0100 |
---|---|---|
committer | Joao C Costa <joaocc@users.noreply.github.com> | 2016-04-27 15:15:08 +0100 |
commit | de8aece890db6c4dde3148d3f4136554d5a0adc6 (patch) | |
tree | adca5855703175b31c8c73a29b14210ffc76f294 /alpine3-onbuild/Dockerfile | |
parent | c71ff1bfb4fc8eef2b2f0ca2347de4b35e3a0197 (diff) | |
download | docker-ansible-de8aece890db6c4dde3148d3f4136554d5a0adc6.tar.gz docker-ansible-de8aece890db6c4dde3148d3f4136554d5a0adc6.tar.zst docker-ansible-de8aece890db6c4dde3148d3f4136554d5a0adc6.zip |
Update openssl and ca-certificates ONBUILD
Diffstat (limited to 'alpine3-onbuild/Dockerfile')
-rw-r--r-- | alpine3-onbuild/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine3-onbuild/Dockerfile b/alpine3-onbuild/Dockerfile index 5244d1e..777ddec 100644 --- a/alpine3-onbuild/Dockerfile +++ b/alpine3-onbuild/Dockerfile | |||
@@ -34,6 +34,8 @@ RUN echo "===> Adding Python runtime..." && \ | |||
34 | 34 | ||
35 | COPY ansible-playbook-wrapper /usr/local/bin/ | 35 | COPY ansible-playbook-wrapper /usr/local/bin/ |
36 | 36 | ||
37 | ONBUILD RUN echo "===> Updating TLS certificates..." && \ | ||
38 | apk --update add openssl ca-certificates | ||
37 | 39 | ||
38 | ONBUILD WORKDIR /tmp | 40 | ONBUILD WORKDIR /tmp |
39 | ONBUILD COPY . /tmp | 41 | ONBUILD COPY . /tmp |