diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b526036..8c9b7df 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 - \ No newline at end of file +RUN curl -LsSf https://astral.sh/uv/install.sh | sh +ENV PATH="/root/.local/bin:$PATH" \ No newline at end of file