diff options
Diffstat (limited to 'centos7-onbuild')
-rw-r--r-- | centos7-onbuild/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/centos7-onbuild/Dockerfile b/centos7-onbuild/Dockerfile index d668cba..64233d8 100644 --- a/centos7-onbuild/Dockerfile +++ b/centos7-onbuild/Dockerfile | |||
@@ -43,6 +43,9 @@ COPY ansible-playbook-wrapper /usr/local/bin/ | |||
43 | 43 | ||
44 | ONBUILD WORKDIR /tmp | 44 | ONBUILD WORKDIR /tmp |
45 | ONBUILD COPY . /tmp | 45 | ONBUILD COPY . /tmp |
46 | ONBUILD RUN \ | ||
47 | echo "===> Diagnosis: host information..." && \ | ||
48 | ansible -c local -m setup all | ||
46 | 49 | ||
47 | 50 | ||
48 | 51 | ||