'pipenv install' misses specific package dependencies installed in a developer's local virtual environment.
'pipenv sync' installs the same detailed list of packages contained in the Pipfile.lock file that were installed in the environment of the last developer to commit the Pipfile.lock file.
I've made a minor change to the Dockerfile to use 'pipenv sync'.
The developer team should discuss further whether 'pipenv sync' is the preferred way to go.
This change resolves the missing package error detailed in ticket ARXIVNG-2982.
'pipenv install' misses specific package dependencies installed in a developer's local virtual environment. 'pipenv sync' installs the same detailed list of packages contained in the Pipfile.lock file that were installed in the environment of the last developer to commit the Pipfile.lock file.
I've made a minor change to the Dockerfile to use 'pipenv sync'.
The developer team should discuss further whether 'pipenv sync' is the preferred way to go.
This change resolves the missing package error detailed in ticket ARXIVNG-2982.