From 9890365b08b6c8848c9800c34f70c3af8b1cc1eb Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sat, 29 Apr 2023 18:19:45 +0800 Subject: [PATCH] feat: reduce image size --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7348581f..d2b10ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 - && \