Skip to content

Commit

Permalink
refactor(php): support Ubuntu and Debian
Browse files Browse the repository at this point in the history
* add support for Debian and Ubuntu (noble is not supported at the moment; see oerdnj/deb.sury.org#2127)
* remove `installsAfter`;
* install the required packages automatically;
* update PHP configuration files
  • Loading branch information
sjinks committed May 30, 2024
1 parent 249d079 commit bf1c561
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 87 deletions.
10 changes: 2 additions & 8 deletions features/src/php/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"id": "php",
"name": "PHP",
"description": "Installs PHP into the Dev Environment",
"version": "2.3.1",
"containerEnv": {
"PHP_INI_DIR": "/etc/php"
},
"version": "2.4.0",
"options": {
"version": {
"type": "string",
Expand Down Expand Up @@ -44,8 +41,5 @@
"phpSniffer.autoDetect": true
}
}
},
"installsAfter": [
"ghcr.io/automattic/vip-codespaces/base"
]
}
}
Loading

0 comments on commit bf1c561

Please sign in to comment.