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"