diff options
-rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |