diff options
Diffstat (limited to 'debian8-onbuild')
-rw-r--r-- | debian8-onbuild/Dockerfile | 3 |
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/ | |||
40 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update | 40 | ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update |
41 | ONBUILD WORKDIR /tmp | 41 | ONBUILD WORKDIR /tmp |
42 | ONBUILD COPY . /tmp | 42 | ONBUILD COPY . /tmp |
43 | ONBUILD RUN \ | ||
44 | echo "===> Diagnosis: host information..." && \ | ||
45 | ansible -c local -m setup all | ||
43 | 46 | ||
44 | 47 | ||
45 | 48 | ||