1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-16 02:00:21 +08:00
2024-12-18 13:29:00 +00:00

7 lines
215 B
Docker

FROM debian:latest
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