also install git

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-20 10:02:54 -04:00
parent 86aee384e1
commit 439c0089cb
+1 -1
View File
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
# -- Install Pipenv:
RUN apt update && apt install python-pip python3-pip time -y && pip3 install pipenv
RUN apt update && apt install python-pip python3-pip time git -y && pip3 install pipenv
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8