Commit Graph

9 Commits

Author SHA1 Message Date
Jordan Doyle c2678219d8
Build Docker container FROM scratch 2023-11-27 20:06:32 +00:00
alk3pInjection 8d02b31688 Revert "use static linking in Dockerfile"
The root cause of glibc version mismatch (#60) is we're trying to
build on bookworm and run on bullseye. The proper fix is simply
aligning the distro version during multi-stage builds.

While it's okay to statically link against musl libc, I don't see
any benefits in doing so, which _might_ also introduce performance
regressions.

Switch to smaller "distroless" image while we're at it.

This partially reverts commit dc6f9b5ec6.

Signed-off-by: alk3pInjection <webmaster@raspii.tech>
2023-10-22 12:19:12 +01:00
Alistair Bahr dc6f9b5ec6 use static linking in Dockerfile; add docker-compose.yml 2023-10-17 16:56:01 +01:00
Jordan Doyle e6642a7a94
Merge branch 'actix' 2022-03-14 22:46:33 +00:00
Jordan Doyle 776bec1b30
Bump version 2022-03-14 22:45:28 +00:00
jordan@doyle.la c686cba0c4
Run on port 8000 in docker 2020-07-28 01:23:09 +01:00
jordan@doyle.la 009dea438f
Fix docker build for actix 2020-07-28 01:01:36 +01:00
Shaarad Dalvi 377d4a129d Upated dockerfile to install libclang-dev
Build of `onig_sys` fails with missing dependency on clang.
2020-05-15 03:08:14 +01:00
Olgierd "Allgreed" Kasprowicz 275ace8356 Add Dockerfile 2019-05-23 19:47:45 +01:00