diff options
feat: lzip archives, because lzip
-rw-r--r-- | Containerfile | 3 | ||||
-rw-r--r-- | image/cgitrc | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/image/cgitrc b/image/cgitrc index c5aaf1c..5054a5f 100644 --- a/image/cgitrc +++ b/image/cgitrc @@ -37,8 +37,8 @@ root-desc=Some information... # Include some more info about foobar.com on the index page #root-readme=/var/www/htdocs/about.html -# Allow download of tar.gz, tar.bz2 and zip-files -snapshots=tar.gz tar.bz2 zip +# Allow download of tar.gz, tar.bz2, tar.lz and zip-files +snapshots=tar.gz tar.bz2 tar.lz zip robots=noindex, nofollow enable-git-config=1 |