git clone requires openssh-client
This commit is contained in:
parent
ace40760da
commit
b6f21231b5
@ -9,6 +9,7 @@ RUN apt-get update \
|
|||||||
ansible \
|
ansible \
|
||||||
python-apt \
|
python-apt \
|
||||||
git-core \
|
git-core \
|
||||||
|
openssh-client \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
Loading…
Reference in New Issue
Block a user