From 053c1675743688dff49408289cd3968688f1934d Mon Sep 17 00:00:00 2001 From: Quinten Date: Tue, 21 Oct 2025 16:55:28 +0200 Subject: [PATCH] feat(dev container): add php cgi to build requirements --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f10b33d..35a24e5 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y \ nano \ # Include What You Use iwyu \ + php-cgi \ # Clean up && rm -rf /var/lib/apt/lists/*