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