install python-apt for check mode, git-core for ansible-galaxy
This commit is contained in:
parent
76fad4565c
commit
ace40760da
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user