mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-04 13:20:06 -05:00
test(devcontainer): properly install PHP extensions for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user