diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f109225..9478284 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,4 @@ -FROM debian:latest +FROM ghcr.io/astral-sh/uv:debian +ENV UV_LINK_MODE=copy RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb git - -RUN curl -LsSf https://astral.sh/uv/install.sh | sh -ENV PATH="/root/.local/bin:$PATH" \ - UV_LINK_MODE=copy \ No newline at end of file