aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian8-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian8-onbuild/Dockerfile')
-rw-r--r--debian8-onbuild/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian8-onbuild/Dockerfile b/debian8-onbuild/Dockerfile
index 04eadb5..5db6cdf 100644
--- a/debian8-onbuild/Dockerfile
+++ b/debian8-onbuild/Dockerfile
@@ -40,6 +40,9 @@ COPY ansible-playbook-wrapper /usr/local/bin/
40ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update 40ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update
41ONBUILD WORKDIR /tmp 41ONBUILD WORKDIR /tmp
42ONBUILD COPY . /tmp 42ONBUILD COPY . /tmp
43ONBUILD RUN \
44 echo "===> Diagnosis: host information..." && \
45 ansible -c local -m setup all
43 46
44 47
45 48