From 510e5ab167763b435872a0f836267bccffd217a3 Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Sun, 26 Jan 2025 19:50:21 +0000 Subject: [PATCH] use uv as base --- .devcontainer/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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