Merge pull request #274 from DDS-Derek/3.0-dev

fix: build
This commit is contained in:
Estrella Pan
2023-05-23 13:53:21 +08:00
committed by GitHub

View File

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