diff options
| -rw-r--r-- | Containerfile | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 2d219c7..a0fab7b 100644 --- a/Containerfile +++ b/Containerfile @@ -85,3 +85,5 @@ RUN (git clone https://git.estrogen.zone/zuwu.git/ /tmp/zuwu || git clone https:      mkdir -p /root/.local/bin && \      mkdir /root/.zsh_history && \      touch /root/.zsh_history/default + +# TODO: impl. automated occasional updates  |