mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add deps for cryptography to the Docker images (#25580)
This commit is contained in:
committed by
John R Barker
parent
b89cb95609
commit
3f9d1ab024
@@ -9,6 +9,8 @@ RUN yum clean all && \
|
||||
file \
|
||||
gcc \
|
||||
git \
|
||||
libffi \
|
||||
libffi-devel \
|
||||
make \
|
||||
mercurial \
|
||||
mysql \
|
||||
@@ -16,6 +18,7 @@ RUN yum clean all && \
|
||||
mysql-server \
|
||||
openssh-clients \
|
||||
openssh-server \
|
||||
openssl-devel \
|
||||
python-coverage \
|
||||
python-devel \
|
||||
python-httplib2 \
|
||||
@@ -41,7 +44,7 @@ RUN yum clean all && \
|
||||
&& \
|
||||
yum clean all
|
||||
|
||||
RUN rpm -e --nodeps python-crypto && pip install --upgrade pycrypto
|
||||
RUN rpm -e --nodeps python-crypto && pip install --upgrade pycrypto cryptography
|
||||
|
||||
RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||
RUN mkdir /etc/ansible/
|
||||
|
||||
Reference in New Issue
Block a user