git clone requires openssh-client

This commit is contained in:
Paul Voss 2017-06-11 22:27:49 +02:00
parent ace40760da
commit b6f21231b5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN apt-get update \
ansible \
python-apt \
git-core \
openssh-client \
&& apt-get clean
CMD ["ansible-playbook", "--help"]