denoland / deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
https://hub.docker.com/r/denoland/deno
MIT License
873 stars 101 forks source link

devcontainer with denoland/deno:alpine not working #373

Open cirolosapio opened 1 month ago

cirolosapio commented 1 month ago

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 commented 1 month ago

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

cirolosapio commented 1 month ago

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