Merge pull request #218 from DDS-Derek/2.6-dev

This commit is contained in:
Estrella Pan
2023-04-29 18:37:34 +08:00
committed by GitHub

View File

@@ -24,7 +24,6 @@ RUN apk add --no-cache \
s6-overlay \
bash && \
python3 -m pip install --upgrade pip && \
pip install cython && \
pip install --no-cache-dir -r requirements.txt && \
# Download WebUI
curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/latest/download/dist.zip" | busybox unzip -q -d /app - && \