Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs 16 docker images for debian stretch no longer work due to EOL python versions #1601

Closed
wraithgar opened this issue Nov 2, 2021 · 1 comment

Comments

@wraithgar
Copy link

The nodejs 16 docker images for stretch and stretch-slim can not build using the versions of npm or node-gyp that ship with nodejs 16. debian stretch ships with an EOL python, outside the scope of what npm and node-gyp currently support.

Possible Solution

As per nodejs/node-gyp#2392 (comment) the docker image is going to need to manually update the python version on the image to 3.6 or newer in order to work.

Steps to Reproduce

See npm/run-script#40 for an example

Additional Information

Stretch has stopped receiving security updates but is in LTS support until June 2022

@nschonni
Copy link
Member

nschonni commented Nov 2, 2021

Duplicate of #1528

@nschonni nschonni marked this as a duplicate of #1528 Nov 2, 2021
@nschonni nschonni closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants