mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ 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 rm -fr /usr/bin/python3 && ln /usr/bin/python3.7 /usr/bin/python3
|
||||
|
||||
RUN pip3 install pipenv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user