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

@ -15,6 +15,8 @@ RUN apt-get update -y && \
gawk \
git \
iproute2 \
libffi-dev \
libssl-dev \
libxml2-utils \
locales \
lsb-release \