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