added git as a dependency of ansible galaxy

This commit is contained in:
2019-10-08 21:53:22 +02:00
parent e82200abfc
commit 1dcddacca3
2 changed files with 2 additions and 1 deletions

View File

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