Update Dockerfile

This commit is contained in:
2019-07-17 09:24:16 -04:00
committed by GitHub
parent 0237b84420
commit 9208ec912f
+1 -1
View File
@@ -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.