diff options
Diffstat (limited to 'ubuntu14.04-onbuild')
-rw-r--r-- | ubuntu14.04-onbuild/Dockerfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ubuntu14.04-onbuild/Dockerfile b/ubuntu14.04-onbuild/Dockerfile index a0e6580..64dd859 100644 --- a/ubuntu14.04-onbuild/Dockerfile +++ b/ubuntu14.04-onbuild/Dockerfile | |||
@@ -33,8 +33,11 @@ RUN echo "===> Adding Ansible's PPA..." && \ | |||
33 | 33 | ||
34 | COPY ansible-playbook-wrapper /usr/local/bin/ | 34 | COPY ansible-playbook-wrapper /usr/local/bin/ |
35 | 35 | ||
36 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update | 36 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ |
37 | ONBUILD WORKDIR /tmp | 37 | echo "===> Updating TLS certificates..." && \ |
38 | apt-get install -y openssl ca-certificates | ||
39 | |||
40 | ONBUILD WORKDIR /tmp | ||
38 | ONBUILD COPY . /tmp | 41 | ONBUILD COPY . /tmp |
39 | ONBUILD RUN \ | 42 | ONBUILD RUN \ |
40 | echo "===> Diagnosis: host information..." && \ | 43 | echo "===> Diagnosis: host information..." && \ |