diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e0ad75f..cb09388 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12 -RUN apt update && apt upgrade -y && apt install -y chromium +RUN apt update && apt upgrade -y && apt install -y chromium xvfb RUN curl -sSL https://install.python-poetry.org | python3 - \ No newline at end of file