From 159ec69d3dd46a24de5425014271c11e531bd47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=97=AD?= <> Date: Thu, 25 Jun 2026 08:57:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20runner=20=E9=98=B6=E6=AE=B5=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20openssl=EF=BC=88Prisma=20=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E9=9C=80=E8=A6=81=EF=BC=89?= 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 febaa4a..b640f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY --from=builder /app/prisma ./prisma # 重新生成 Prisma Client(匹配 runner 的 OpenSSL 版本) +RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/* RUN npx prisma generate # 数据库持久化目录