mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-03 02:04:06 +08:00
fix: build
This commit is contained in:
@@ -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 - && \
|
||||||
|
|||||||
Reference in New Issue
Block a user