From 0823e617bf4069982086d0d983354626c6731159 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sun, 21 May 2023 15:23:58 +0800 Subject: [PATCH] fix: build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e528eb89..93bcf8e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 - && \