Merge pull request #383 from tumido/fix-pipenv\n\nhotfix: Pipenv version lock

\n\nUpstreamCommitID: d372878c8faad44faec1f238047e0a8258a2e5dc\nUpstreamCommitLink: d372878c8f\nUpstreamRepository: https://github.com/sclorg/s2i-python-container
This commit is contained in:
phracek 2020-06-02 07:15:46 +00:00
commit 2d44e31276

View file

@ -58,7 +58,7 @@ if [[ ! -z "$UPGRADE_PIP_TO_LATEST" ]]; then
fi
if [[ ! -z "$ENABLE_PIPENV" ]]; then
install_tool "pipenv"
install_tool "pipenv" "==2018.11.26"
echo "---> Installing dependencies via pipenv ..."
if [[ -f Pipfile ]]; then
pipenv install --deploy