Refresh Docker and project docs

This commit is contained in:
Codex
2026-08-09 13:47:38 +02:00
parent 1048b70ca8
commit fa5b6e7636
5 changed files with 30 additions and 14 deletions
+1 -5
View File
@@ -6,21 +6,17 @@ ENV DEBIAN_FRONTEND=noninteractive \
KAIZOKU_HOST=0.0.0.0 \
KAIZOKU_PORT=8421 \
KAIZOKU_JOB_STDOUT=true \
UPDATE_ON_START=false \
USER_UID= \
USER_GID=
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
aria2 \
bash \
botan \
ca-certificates \
curl \
ffmpeg \
nodejs \
npm \
sudo \
openssl \
util-linux \
&& rm -rf /var/lib/apt/lists/*