Skip to content

Commit

Permalink
Fix - pipenv bootstrap file location changed
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Nov 5, 2020
1 parent b117ce9 commit 485ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ADD "https://bootstrap.pypa.io/get-pip.py" /tmp/get-pip.py
RUN python3 /tmp/get-pip.py

# Fetch pipenv install script and run
ADD "https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py" /tmp/get-pipenv.py
ADD "https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py" /tmp/get-pipenv.py
RUN python3 /tmp/get-pipenv.py

# Cleanup
Expand Down

0 comments on commit 485ecd4

Please sign in to comment.