-
Notifications
You must be signed in to change notification settings - Fork 105
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
devcontainer with denoland/deno:alpine not working #373
Comments
Probably vscode depends on glibc, and thus can not run on alpine. I don't think these errors come from Deno. |
no vscode does not require gclib afaik using this reproduction check compose.yml and try switching image from alpine and denoland/deno:alpine |
i just ran into a similar issue on
works fine on the regular alpine image |
I'm also getting similar errors due to switching to
this is a serious issue |
#350 is probably related |
Also facing this issue.
|
@Meldiron which version of the dockerfile are you using? |
I'm hitting this issue too when trying to run I was able to work around it by updating the So by setting Interestingly, after updating the This is a bit above my pay grade so I'm not exactly sure of the repercussions, but could this potentially be resolved by not providing a custom libgcc in the base Dockerfile and instead using the one from |
using denoland/deno:alpine as a base image to run a devcontainer run in this error:
The text was updated successfully, but these errors were encountered: