fix: build

This commit is contained in:
DDSDerek
2023-05-21 15:23:58 +08:00
committed by GitHub
parent 4b4865ff20
commit 0823e617bf

View File

@@ -32,6 +32,7 @@ RUN apk add --no-cache \
shadow \ shadow \
tzdata && \ tzdata && \
python3 -m pip install --upgrade pip && \ python3 -m pip install --upgrade pip && \
sed -i '/bcrypt/d' requirements.txt && \
pip install --no-cache-dir -r requirements.txt && \ pip install --no-cache-dir -r requirements.txt && \
# Download WebUI # Download WebUI
curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/v1.2.0/dist.zip" | busybox unzip -q -d /app - && \ curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/v1.2.0/dist.zip" | busybox unzip -q -d /app - && \