install python-apt for check mode, git-core for ansible-galaxy

This commit is contained in:
Paul Voss 2017-06-11 21:18:36 +02:00
parent 76fad4565c
commit ace40760da
1 changed files with 2 additions and 0 deletions

View File

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