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