From 7ba1a9262375ff4c085ef7ca10fe7a47664b6f9f Mon Sep 17 00:00:00 2001 From: passthem Date: Fri, 24 Oct 2025 20:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BE=9D=E8=B5=96=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E5=AE=B9=E5=99=A8=E4=BD=93=E7=A7=AF=E4=BB=80?= =?UTF-8?q?=E4=B9=88=E7=9A=84=E4=BB=A5=E5=90=8E=E5=86=8D=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8314da..40d454f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,9 @@ RUN apt-get update && \ libegl1 \ libglvnd0 \ mesa-vulkan-drivers \ + build-essential \ + cmake \ + git \ && rm -rf /var/lib/apt/lists/* @@ -37,7 +40,7 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV} WORKDIR /app -RUN python -m playwright install +RUN python -m playwright install --with-deps chromium COPY bot.py pyproject.toml .env.prod .env.test ./ COPY assets ./assets