-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Category: DockerIssue affects docker builds.Issue affects docker builds.
Description
Issue description
Our Dockerfile has the following line:
pip \
setuptools \
wheel \
pipenv
And this:
then set -ex && pipenv install --dev --system ; \
else set -ex && pipenv install --deploy --system --ignore-pipfile ; \
fi
Up through pipenv version 2018.11.14, there was no issue. However, in the latest version (2018.11.26), all (or perhaps most) of the libraries specified in the Pipfile fail to install the first time and then are installed successfully at the end.
Expected result
I expect the libraries to install correctly the first time as they do with pipenv versions less than 2018.11.26.
Actual result
An error occurred while installing pytest-factoryboy==2.0.1 --hash=sha256:ad438d191d2b2a0f26956d437c1963875db573147a84ffd85d7bbeaefae22458! Will try again.
An error occurred while installing pytest-socket==0.3.1 --hash=sha256:bb0857c4a459b7ed4586c51b48ad99920ca82f3314c95ed6de84847c2a8b6eef! Will try again.
An error occurred while installing pytz==2017.2 --hash=sha256:d1d6729c85acea5423671382868627129432fba9a89ecbb248d8d1c7a9f01c67 --hash=sha256:f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589 --hash=sha256:d1d6729c85acea5423671382868627129432fba9a89ecbb248d8d1c7a9f01c67 --hash=sha256:f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589! Will try again.
...
[many other dependency installation errors skipped]
...
Installing initially failed dependencies…
Metadata
Metadata
Assignees
Labels
Category: DockerIssue affects docker builds.Issue affects docker builds.