16.04 apparently lacks this

This commit is contained in:
Jean-Paul Calderone 2017-05-01 11:20:48 -04:00
parent dbe815503c
commit 6984413a66

View File

@ -29,6 +29,7 @@ RUN apt-get --quiet update && \
rm -rf /var/lib/apt/lists/*
RUN apt-get --quiet update && apt-get --quiet install -y \
gcc \
python-dev \
libffi-dev \
openssl \