Add libssl-dev to fix #1604

This commit is contained in:
Matthias 2019-02-27 17:51:00 +01:00
parent 0558b203fe
commit e5498ca20f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.7.2-slim-stretch
RUN apt-get update \
&& apt-get -y install curl build-essential \
&& apt-get -y install curl build-essential libssl-dev \
&& apt-get clean \
&& pip install --upgrade pip