use uv as base

This commit is contained in:
ThePhaseless 2025-01-26 19:50:21 +00:00
parent 5a77f5e058
commit 510e5ab167

View File

@ -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