🔧 chore: add `--compile` option when install `yutto`

This commit is contained in:
SigureMo 2024-08-23 21:19:43 +08:00
parent da8b151b73
commit 8bbd3afbee
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN set -x \
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories \
&& apk add -q --progress --update --no-cache ffmpeg python3 tzdata \
&& python3 -m venv /opt/venv \
&& /opt/venv/bin/pip install --no-cache-dir --pre yutto \
&& /opt/venv/bin/pip install --no-cache-dir --pre --compile yutto \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /app