Don’t use Alpine as a dev machine when running a devcontainer - trust me bro!
Theodor Heiselberg

Theodor Heiselberg @sukkergris

About: Developer since 2008

Location:
Denmark
Joined:
Jan 11, 2024

Don’t use Alpine as a dev machine when running a devcontainer - trust me bro!

Publish Date: Aug 9
0 0

Lesson learned the hard way: Don't waste time getting this up an running in an Alpine container.
At least I encountered these errors:
Absolutely no output from csharp-lsp and since alpine uses musl libc which weren't compatible with glibc I gave up on using Alpine as a development machine.

But using Debian (mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim) got me to the finish line.

Comments 0 total

    Add comment