From 9109abc92d4960ca6477a49a8412464cddd7395a Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Sun, 24 Nov 2024 22:27:01 +0000 Subject: [PATCH] add xvfb to devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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