From 7283bcaec0c3ce9cda0b616cbcd5de18edd20e65 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 24 Feb 2026 13:43:34 +0000 Subject: [PATCH] test(devcontainer): properly install PHP extensions for testing --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9f615c46..e1126ea2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,7 +36,10 @@ } }, "features": { - "ghcr.io/devcontainers-contrib/features/mocha:2": {} + "ghcr.io/devcontainers-contrib/features/mocha:2": {}, + "ghcr.io/yassinedoghri/devcontainers/php-extensions-installer:1": { + "extensions": "gd sqlite3" + } }, "forwardPorts": [ 8080