D for microservices: ldc, rdmd, dub now available on Alpine x86_64

Jacob Carlborg doob at me.com
Tue Nov 5 12:20:04 UTC 2019


On Tuesday, 5 November 2019 at 11:49:20 UTC, Daniel Kozak wrote:

> Generally no, because Apline use musl libc instead of glibc, so 
> there are some issues with that

The correct way is to use static linking and putting only the 
binary in a Docker image, i.e. "from scratch" [1] ;). But using 
Alpine and musl will help with building the binary.

[1] https://hub.docker.com/_/scratch


More information about the Digitalmars-d-announce mailing list