We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec4745 commit ed90cbdCopy full SHA for ed90cbd
install.yaml
@@ -152,11 +152,9 @@ pre_install_actions:
152
# Provide all PHP extensions but blackfire, which has different pattern (blackfire-php) and is already installed
153
# and pdo_pgsql, which is already installed
154
{{ $phpversion := trimPrefix "php:" .platformapp.type }}
155
- webimage_extra_packages:
156
- - figlet
157
{{ if .platformapp.runtime.extensions }}
158
{{ $phpextensions := without .platformapp.runtime.extensions "blackfire" "pdo_pgsql" "sodium" }}
159
- {{range $extension := $phpextensions }}
+ webimage_extra_packages:{{range $extension := $phpextensions }}
160
- php{{$phpversion}}-{{$extension}}{{end}}
161
{{ if has "sodium" .platformapp.runtime.extensions }}
162
- php-sodium
0 commit comments