mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
5 lines
168 B
Docker
5 lines
168 B
Docker
FROM python:3.13-bullseye
|
|
|
|
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb
|
|
|
|
RUN curl -sSL https://install.python-poetry.org | python3 - |