mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
5 lines
141 B
Docker
5 lines
141 B
Docker
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
|