From e32f5eb803fb09ace9054a6b160f84dec0359791 Mon Sep 17 00:00:00 2001 From: seahi Date: Wed, 17 Dec 2025 09:27:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=BA=E5=B0=91flask=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index af9c5d5..b97c25e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ ENV TZ=Asia/Shanghai \ WORKDIR /app +RUN pip install flask # COPY requirements.txt . # RUN pip install --no-cache-dir -r requirements.txt