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

devcontainer with denoland/deno:alpine not working #373

Open
cirolosapio opened this issue Jun 11, 2024 · 2 comments
Open

devcontainer with denoland/deno:alpine not working #373

cirolosapio opened this issue Jun 11, 2024 · 2 comments

Comments

@cirolosapio
Copy link

using denoland/deno:alpine as a base image to run a devcontainer run in this error:

Error relocating /usr/local/lib/libgcc_s.so.1: _dl_find_object: symbol not found
Error relocating /usr/local/lib/libgcc_s.so.1: __cpu_indicator_init: symbol not found
Error relocating /usr/local/lib/libgcc_s.so.1: __cpu_model: symbol not found
@lucacasonato
Copy link
Member

Probably vscode depends on glibc, and thus can not run on alpine. I don't think these errors come from Deno.

@cirolosapio
Copy link
Author

cirolosapio commented Jun 13, 2024

no vscode does not require gclib afaik
if you use alpine image instead it works

using this reproduction check compose.yml and try switching image from alpine and denoland/deno:alpine

@littledivy littledivy reopened this Jun 13, 2024
@lucacasonato lucacasonato transferred this issue from denoland/deno Jun 17, 2024
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