Add deps for cryptography to the Docker images (#25580)

This commit is contained in:
Toshio Kuratomi 2017-06-12 03:14:46 -07:00 committed by John R Barker
commit 3f9d1ab024
10 changed files with 29 additions and 3 deletions

View file

@ -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