From 4592689d59849f226ab3680fd4aeaa32682d547a Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 03:25:16 +0100 Subject: feat: lzip archives, because lzip --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index a0fab7b..54bbb41 100644 --- a/Containerfile +++ b/Containerfile @@ -16,7 +16,8 @@ RUN apk upgrade --no-cache && \ dumb-init \ fcgiwrap \ sudo zsh openrc \ - libcap + libcap \ + lzip ADD image/prepare-container.sh /usr/local/bin/prepare-container.sh ADD image/fcgiwrap-launcher /usr/local/bin/fcgiwrap-launcher -- cgit v1.2.3