diff options
Diffstat (limited to 'debian8-onbuild')
-rw-r--r-- | debian8-onbuild/Dockerfile | 7 |
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 | ||
38 | COPY ansible-playbook-wrapper /usr/local/bin/ | 38 | COPY ansible-playbook-wrapper /usr/local/bin/ |
39 | 39 | ||
40 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update | 40 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ |
41 | ONBUILD WORKDIR /tmp | 41 | echo "===> Updating TLS certificates..." && \ |
42 | apt-get install -y openssl ca-certificates | ||
43 | |||
44 | ONBUILD WORKDIR /tmp | ||
42 | ONBUILD COPY . /tmp | 45 | ONBUILD COPY . /tmp |
43 | ONBUILD RUN \ | 46 | ONBUILD RUN \ |
44 | echo "===> Diagnosis: host information..." && \ | 47 | echo "===> Diagnosis: host information..." && \ |