1
0
Эх сурвалжийг харах

test(devcontainer): properly install PHP extensions for testing

rugk 5 сар өмнө
parent
commit
7283bcaec0

+ 4 - 1
.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