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