devcontainers / images

Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers
https://containers.dev
MIT License
1.25k stars 459 forks source link

Support Deno alpine #1094

Closed cirolosapio closed 3 months ago

cirolosapio commented 3 months 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

reproduction

samruddhikhandale commented 3 months ago

Hi 👋

Looking at your repro repo, you may want to update your lib local Feature to support it. I am afraid we won't be able to help with it.

Feel free to refer to https://containers.dev/implementors/features/ for more details.