mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add deps for cryptography to the Docker images (#25580)
This commit is contained in:
parent
b89cb95609
commit
3f9d1ab024
10 changed files with 29 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue