Restoring pipfile environment fails
The installation of the requirements in the Pipfile / Pipfile.lock fail:
Step 13/14 : RUN pipenv install --system --deploy
---> Running in 37dff9c6b4e6
Installing dependencies from Pipfile.lock (dddfdd)...
An error occurred while installing attrs==20.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' --hash=sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6 --hash=sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700! Will try again.
See job 183997
There seems to be an issue with SSL
$ pipenv install --dev --verbose
...
pipenv.exceptions.InstallError]: Using pip 22.3.1 from /home/chmee/.local/share/virtualenvs/sqa-framework-8FCLuWMI/lib/python3.9/site-packages/pip (python 3.9)
[pipenv.exceptions.InstallError]: Could not fetch URL https://pypi.org/simple/alabaster/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/alabaster/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
[pipenv.exceptions.InstallError]: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
[pipenv.exceptions.InstallError]: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/alabaster/
[pipenv.exceptions.InstallError]: WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/alabaster/
[pipenv.exceptions.InstallError]: WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/alabaster/
[pipenv.exceptions.InstallError]: WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/alabaster/
[pipenv.exceptions.InstallError]: WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/alabaster/
[pipenv.exceptions.InstallError]: ERROR: Could not find a version that satisfies the requirement alabaster==0.7.12 (from versions: none)
[pipenv.exceptions.InstallError]: ERROR: No matching distribution found for alabaster==0.7.12