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

@ -7,6 +7,6 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ansible \
&& apt-get autoclean
&& apt-get clean
CMD ["ansible-playbook", "--help"]