From 9208ec912f551cbb4eae565120c618f04300ddc4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jul 2019 09:24:16 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0aae379c..96ecfdeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV LANG C.UTF-8 ENV PYTHONDONTWRITEBYTECODE 1 # -- Install Pipenv: -RUN apt update && apt upgrade -y && apt install python3.7-dev libffi-dev -y +RUN apt update && apt install python3.7-dev libffi-dev -y RUN curl --silent https://bootstrap.pypa.io/get-pip.py | python3.7 # Backwards compatility.