mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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
@@ -17,6 +17,8 @@ RUN apt-get update -y && \
|
||||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
libxml2-utils \
|
||||
locales \
|
||||
make \
|
||||
@@ -52,8 +54,7 @@ RUN apt-get update -y && \
|
||||
&& \
|
||||
apt-get clean
|
||||
|
||||
RUN pip install --upgrade pycrypto
|
||||
|
||||
RUN pip install --upgrade pycrypto cryptography
|
||||
# helpful things taken from the ubuntu-upstart Dockerfile:
|
||||
# https://github.com/tianon/dockerfiles/blob/4d24a12b54b75b3e0904d8a285900d88d3326361/sbin-init/ubuntu/upstart/14.04/Dockerfile
|
||||
ADD init-fake.conf /etc/init/fake-container-events.conf
|
||||
|
||||
Reference in New Issue
Block a user