From 2b1870dad6e526fb9430949bc3b7e6c165d4f611 Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 27 Oct 2024 21:23:00 +1100 Subject: [PATCH] Use glibc busybox instead of Alpine for build. --- container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Containerfile b/container/Containerfile index 62107db..fcc38b9 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM busybox:glibc COPY wwpapp /frontendstatic COPY wwpserver/worldwideportal-server /bin/worldwideportal-server ENTRYPOINT ["/bin/worldwideportal-server"]