Laurent Goderre
Laurent Goderre
@tianon I isolated it even further ``` docker run --rm -it node:18-alpine sh apk add --no-cache --virtual .gyp git python3 linux-headers make g++ > /dev/null git clone https://github.com/uhop/node-re2.git && cd...
https://github.com/microlinkhq/metascraper/pull/681
As per the upstream PR, a fix for this should be release on Friday so hopefully we can have this fixed early next week!
Should be fixed in https://github.com/docker-library/official-images/pull/16782
@anarcat Maybe Im missing something but wouldn't it ber simper to modify the shebang to use the syntax often used for referencing bash ```sh #!/usr/bin/env python3 your script ```
Need to be updated here: https://github.com/python/cpython/blob/9560e0d6d7a316341939b4016e47e03bd5bf17c3/Lib/ensurepip/__init__.py#L13
https://github.com/python/cpython/pull/112517
@trottomv that version is derived from the location I pointed to in the update script.
Does this looks similar to your issues? https://github.com/benoitc/gunicorn/issues/2899
Tried different arches and couldn't reproduce either.