diff options
author | 2025-10-05 11:48:10 +0000 | |
---|---|---|
committer | 2025-10-05 11:48:10 +0000 | |
commit | e06de75aad891bf40a37ae77b8b7b85093d5543f (patch) | |
tree | 6af0bfc5fb4cd5b131ec949322b35792272c6f5e | |
parent | 56e6791584f0f818c412f59821f106890d436d81 (diff) | |
download | cgit-oci-master.tar.gz cgit-oci-master.tar.bz2 cgit-oci-master.tar.lz cgit-oci-master.zip |
-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 |