mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
6 lines
191 B
Docker
6 lines
191 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" |