Update Dockerfile

This commit is contained in:
2018-09-25 04:29:04 -04:00
committed by GitHub
parent 264fb6209e
commit 53dc0882c3
+3
View File
@@ -8,6 +8,9 @@ ENV LANG C.UTF-8
RUN apt update && apt upgrade -y && apt install python3.7-dev -y
RUN curl --silent https://bootstrap.pypa.io/get-pip.py | python3.7
# Backwards compatility.
RUN rm -fr /usr/bin/python3 & ln /usr/bin/python3.7 /usr/bin/python3
RUN pip3 install pipenv
# -- Install Application into container: