This commit is contained in:
Thephaseless 2024-12-08 16:49:38 +00:00
parent 48e252f1fb
commit 04a8433dda

View File

@ -1,5 +1,6 @@
FROM python:3.13-bullseye
FROM debian:latest
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb git
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.local/bin:$PATH"