From 36ba24478a4493389cac1f5233b10eab909bceba Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 15:32:46 +0100 Subject: feat: support libravatar --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 352b6b9..7e8b920 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,8 @@ RUN apk upgrade --no-cache && \ fcgiwrap \ sudo zsh openrc \ libcap \ - lzip + lzip \ + lua5.4 lua5.4-ossl ADD image/prepare-container.sh /usr/local/bin/prepare-container.sh ADD image/fcgiwrap-launcher /usr/local/bin/fcgiwrap-launcher -- cgit v1.2.3