terricain / certbot-dns-azure

AzureDNS Certbot plugin
Other
33 stars 16 forks source link

"ERROR [3/4] RUN python3 -m ensurepip" on latest version of alpine container #45

Open echennells opened 2 weeks ago

echennells commented 2 weeks ago
4.292 error: externally-managed-environment
4.292
4.292 × This environment is externally managed
4.292 ╰─>
4.292     The system-wide python installation should be maintained using the system
4.292     package manager (apk) only.
4.292
4.292     If the package in question is not packaged already (and hence installable via
4.292     "apk add py3-somepackage"), please consider installing it inside a virtual
4.292     environment, e.g.:

PR incoming, I switched the container to python:alpine and it builds. Not exactly sure what the core issue is.