Byparr/.devcontainer/Dockerfile

5 lines
168 B
Docker
Raw Normal View History

2024-11-30 12:59:43 +00:00
FROM python:3.13-bullseye
2024-10-18 13:30:11 +00:00
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb
2024-10-18 13:30:11 +00:00
2024-11-24 20:14:01 +00:00
RUN curl -sSL https://install.python-poetry.org | python3 -