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

jessie distribution - not currently supported #1339

Closed
hkkumargithub opened this issue Jan 10, 2022 · 2 comments
Closed

jessie distribution - not currently supported #1339

hkkumargithub opened this issue Jan 10, 2022 · 2 comments

Comments

@hkkumargithub
Copy link

hkkumargithub commented Jan 10, 2022

Hello Dears,

I am currently using below lines in the Dockerfile to install node16 version.

RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install nodejs

curl command was working fine until November, but now it's throwing below error. Please assist.

ERROR:
Step 2/8 : RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
// Installing the NodeSource Node.js 16.x repo...
// Populating apt-get cache...

@mehov
Copy link

mehov commented Jan 11, 2022

I'm also on Jessie and this guide for manual install helps: https://github.com/nodesource/distributions/blob/master/README.md#manual-installation

Note: 16.x won't work, but 14.x will and shouldn't get EOL until well into 2023

Heads up though: with 14, you'll probably run into #1181

@JesusPaz
Copy link
Contributor

JesusPaz commented Feb 1, 2022

Jessie is not supported at this time. Thank you @mehov for helping us to solve this issue.

@JesusPaz JesusPaz closed this as completed Feb 1, 2022
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

3 participants