aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alpine3-onbuild/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine3-onbuild/Dockerfile b/alpine3-onbuild/Dockerfile
index 5244d1e..777ddec 100644
--- a/alpine3-onbuild/Dockerfile
+++ b/alpine3-onbuild/Dockerfile
@@ -34,6 +34,8 @@ RUN echo "===> Adding Python runtime..." && \
34 34
35COPY ansible-playbook-wrapper /usr/local/bin/ 35COPY ansible-playbook-wrapper /usr/local/bin/
36 36
37ONBUILD RUN echo "===> Updating TLS certificates..." && \
38 apk --update add openssl ca-certificates
37 39
38ONBUILD WORKDIR /tmp 40ONBUILD WORKDIR /tmp
39ONBUILD COPY . /tmp 41ONBUILD COPY . /tmp