aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian7-onbuild
diff options
context:
space:
mode:
Diffstat (limited to 'debian7-onbuild')
-rw-r--r--debian7-onbuild/Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian7-onbuild/Dockerfile b/debian7-onbuild/Dockerfile
index 45bbd7f..44ed637 100644
--- a/debian7-onbuild/Dockerfile
+++ b/debian7-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..." && \