mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add git to Dockerfile for git installs
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN apt update
|
||||
RUN apt install software-properties-common python-software-properties -y
|
||||
RUN add-apt-repository ppa:pypa/ppa -y
|
||||
RUN apt update
|
||||
RUN apt install pipenv -y
|
||||
RUN apt install git pipenv -y
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user