-
Notifications
You must be signed in to change notification settings - Fork 101
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
Latest image broke nodejs / npm usage (maybe related to libgcc) #350
Comments
@mmastrac can you take a look? |
Does installing the official node package work for you? This one might be difficult for us to fix for a bit as it might require some research -- we copy enough of glibc from distroless that we can make the deno binary work.
|
I created new docker with and executed command above It's also not working see output below
|
Similar problem here with
It's working as expected with 1.40.5 and below. There's some "magic" in the Alpine Dockerfile that copies files from the |
Any updates here? |
In our company we use the alpine deno image.
For some legacy stuff we need to add nodejs and npm on top of it, since the migration to deno is not fully completed yet.
Since the latest version 1.41.0 this won't work anymore.
It looks like installation is done successfully but as soon as you try to execute
node -v
we get the error messageImage: denoland/deno:alpine (1.41.0) [not working]
In the version 14.0.5 it's working
Image: denoland/deno:alpine-14.0.5 [working]
I also tried latest plain alpine image (3.19.1)
where it's also working as expected
Image: alpine:latest (3.19.1) [working]
The text was updated successfully, but these errors were encountered: