From d5a360b61f21dad08b7b436eba61eaae34cda461 Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 27 Oct 2024 21:42:42 +1100 Subject: [PATCH] Try again with an image including libgcc_s.so.1 --- container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Containerfile b/container/Containerfile index fcc38b9..4707926 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -1,4 +1,4 @@ -FROM busybox:glibc +FROM debian:bookworm-slim COPY wwpapp /frontendstatic COPY wwpserver/worldwideportal-server /bin/worldwideportal-server ENTRYPOINT ["/bin/worldwideportal-server"]