mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
test(devcontainer): properly install PHP extensions for testing
This commit is contained in:
@@ -36,7 +36,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"features": {
|
"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": [
|
"forwardPorts": [
|
||||||
8080
|
8080
|
||||||
|
|||||||
Reference in New Issue
Block a user