mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing centos6 docker image for pycrytpo too
This commit is contained in:
parent
762c99f77c
commit
2ee0c1b175
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ RUN yum -y update; yum clean all;
|
|||
RUN yum -y install \
|
||||
epel-release \
|
||||
file \
|
||||
gcc \
|
||||
git \
|
||||
make \
|
||||
mercurial \
|
||||
|
@ -16,6 +17,7 @@ RUN yum -y install \
|
|||
RUN yum -y install \
|
||||
PyYAML \
|
||||
python-coverage \
|
||||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
|
@ -26,6 +28,7 @@ RUN yum -y install \
|
|||
python-setuptools \
|
||||
python-virtualenv
|
||||
RUN pip install --upgrade jinja2
|
||||
RUN rpm -e --nodeps python-crypto; pip install pycrypto
|
||||
RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||
RUN mkdir /etc/ansible/
|
||||
RUN /bin/echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts
|
||||
|
|
Loading…
Reference in a new issue