smaller images

This commit is contained in:
Paul Voss
2016-08-14 19:03:43 +02:00
parent f1e45909d9
commit ccc2f2c857
4 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,8 @@
FROM centos:7
RUN rpm -iU https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm \
&& yum -y install ansible
&& yum -y install ansible \
&& yum clean headers \
&& yum clean packages
CMD ["ansible-playbook", "--help"]