Commit Graph

4 Commits

Author SHA1 Message Date
Khaled Elkhawaga 246339c84a Ensure target OS is set to Linux for Docker builds 2019-11-15 14:58:02 +01:00
Khaled Elkhawaga ab1dca69c9 Statically compile binary in Docker to fix missing dependency errors 2019-11-15 14:57:47 +01:00
Khaled Elkhawaga ee4967acd4 Enables module-mode in Docker to fix build 2019-11-12 23:27:23 +01:00
Johan Bergström d3f9aa2ae7 Build a docker container
Use debian/distroless (glibc) as a base which in general gives
slightly higher performance than alpine (musl) while trading
off container size (about 10mb).

The build phase makes the assumption that any capnproto-files
are pre-processed before building in-docker.
2019-06-06 13:50:13 +04:00