解决依赖问题,容器体积什么的以后再修
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-24 20:40:05 +08:00
parent f6670eb672
commit 7ba1a92623

View File

@ -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