From 2efb96f147e8c378ec80fffdd7a0acb124f964da Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Sep 2017 14:26:34 -0400 Subject: [PATCH] try this Signed-off-by: Kenneth Reitz --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2b2cd33a..7182cd6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM python:3.6.2 +# System upgrades +apk add --update build-base openssl-dev python-dev + # -- Pyenv Support: RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash ENV PATH "/root/.pyenv/bin:$PATH"