aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian8-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian8-onbuild/Dockerfile')
-rw-r--r--debian8-onbuild/Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian8-onbuild/Dockerfile b/debian8-onbuild/Dockerfile
index 5db6cdf..65794be 100644
--- a/debian8-onbuild/Dockerfile
+++ b/debian8-onbuild/Dockerfile
@@ -37,8 +37,11 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
37 37
38COPY ansible-playbook-wrapper /usr/local/bin/ 38COPY ansible-playbook-wrapper /usr/local/bin/
39 39
40ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update 40ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
41ONBUILD WORKDIR /tmp 41 echo "===> Updating TLS certificates..." && \
42 apt-get install -y openssl ca-certificates
43
44ONBUILD WORKDIR /tmp
42ONBUILD COPY . /tmp 45ONBUILD COPY . /tmp
43ONBUILD RUN \ 46ONBUILD RUN \
44 echo "===> Diagnosis: host information..." && \ 47 echo "===> Diagnosis: host information..." && \