aboutsummaryrefslogtreecommitdiff
path: root/src/php/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-06 19:38:02 +0300
committerGitHub <noreply@github.com>2022-06-06 19:38:02 +0300
commit07f2b34faba9785646647c27a8445912df57fdc6 (patch)
treeb46ec6dde4ce7b515c4a5cbe6fb280762697938c /src/php/devcontainer-feature.json
parenta87dca40b5763cfcdb0881b0b589a05766ce7e04 (diff)
fix miscellaneous bugs (#41)
* add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r--src/php/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json
index 2832eb1..bd7303e 100644
--- a/src/php/devcontainer-feature.json
+++ b/src/php/devcontainer-feature.json
@@ -30,7 +30,7 @@
],
"containerEnv": {
"PHP_PATH": "/usr/local/php/current",
- "PATH": "${PHP_PATH}:${PHP_PATH}/bin:${PATH}"
+ "PATH": "${PHP_PATH}/bin:${PATH}"
},
"install": {
"app": "",