From e06de75aad891bf40a37ae77b8b7b85093d5543f Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Oct 2025 11:48:10 +0000 Subject: fix: /var/cache/cgit --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 11192f0..5d6198b 100644 --- a/Containerfile +++ b/Containerfile @@ -100,4 +100,5 @@ RUN (git clone https://git.estrogen.zone/zuwu.git/ /tmp/zuwu || git clone https: mkdir /root/.zsh_history && \ touch /root/.zsh_history/default +RUN mkdir /var/cache/cgit && chmod g+wx /var/cache/cgit/ && chown git:www-data /var/cache/cgit/ # TODO: impl. automated occasional updates -- cgit v1.2.3