From e5498ca20f3490c4eb80e85ad6b6d57c1767c3b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 27 Feb 2019 17:51:00 +0100 Subject: [PATCH] Add libssl-dev to fix #1604 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ded74bd18..aeefc0722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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