add xvfb to devcontainer

This commit is contained in:
ThePhaseless
2024-11-24 22:27:01 +00:00
parent b64ff25ad2
commit 52ad4c74c7
+1 -1
View File
@@ -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 -