plone / plone-backend

Plone backend Docker images using Python 3 and pip.
GNU General Public License v2.0
14 stars 16 forks source link

Remove env var _PIP_USE_IMPORTLIB_METADATA #139

Closed jensens closed 6 months ago

jensens commented 7 months ago

_PIP_USE_IMPORTLIB_METADATA=0 at

https://github.com/plone/plone-backend/blob/416e5177ae29997c985da019b573bd17c0cf2981/Dockerfile#L22C5-L22C32

is no longer needed: we are using the latest pip where this was fixed.

fredvd commented 6 months ago

PR here #142