aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu14.04-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu14.04-onbuild/Dockerfile')
-rw-r--r--ubuntu14.04-onbuild/Dockerfile7
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
34COPY ansible-playbook-wrapper /usr/local/bin/ 34COPY ansible-playbook-wrapper /usr/local/bin/
35 35
36ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update 36ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
37ONBUILD WORKDIR /tmp 37 echo "===> Updating TLS certificates..." && \
38 apt-get install -y openssl ca-certificates
39
40ONBUILD WORKDIR /tmp
38ONBUILD COPY . /tmp 41ONBUILD COPY . /tmp
39ONBUILD RUN \ 42ONBUILD RUN \
40 echo "===> Diagnosis: host information..." && \ 43 echo "===> Diagnosis: host information..." && \