1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-16 02:00:21 +08:00
2024-11-24 22:27:01 +00:00

5 lines
143 B
Docker

FROM python:3.12
RUN apt update && apt upgrade -y && apt install -y chromium xvfb
RUN curl -sSL https://install.python-poetry.org | python3 -