Refresh Docker and project docs
This commit is contained in:
+1
-5
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user