aboutsummaryrefslogtreecommitdiffstats
path: root/Containerfile
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 03:25:16 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 03:25:16 +0100
commit4592689d59849f226ab3680fd4aeaa32682d547a (patch)
treec60a3224a1eae06e7257904389a286c7e6b3f8fb /Containerfile
parentc76a36daa93ad5b6a72e72052d0edcb9c4a5ed6d (diff)
downloadcgit-oci-4592689d59849f226ab3680fd4aeaa32682d547a.tar.gz
cgit-oci-4592689d59849f226ab3680fd4aeaa32682d547a.tar.bz2
cgit-oci-4592689d59849f226ab3680fd4aeaa32682d547a.tar.lz
cgit-oci-4592689d59849f226ab3680fd4aeaa32682d547a.zip

feat: lzip archives, because lzip

Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile3
1 files changed, 2 insertions, 1 deletions
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