Byparr/.devcontainer/Dockerfile

5 lines
143 B
Docker
Raw Normal View History

2024-10-18 13:30:11 +00:00
FROM python:3.12
2024-11-24 22:27:01 +00:00
RUN apt update && apt upgrade -y && apt install -y chromium 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 -