added git as a dependency of ansible galaxy
This commit is contained in:
parent
e82200abfc
commit
1dcddacca3
@ -1,7 +1,7 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum -y install epel-release \
|
||||
&& yum -y install ansible \
|
||||
&& yum -y install ansible git \
|
||||
&& yum clean headers \
|
||||
&& yum clean packages
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user