Skip to content

Commit ed90cbd

Browse files
committed
Revert "Add figlet package, fixes #49 (#50)"
This is too hard to rebase, so will revert and then re-add. This reverts commit 0ec4745.
1 parent 0ec4745 commit ed90cbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,9 @@ pre_install_actions:
152152
# Provide all PHP extensions but blackfire, which has different pattern (blackfire-php) and is already installed
153153
# and pdo_pgsql, which is already installed
154154
{{ $phpversion := trimPrefix "php:" .platformapp.type }}
155-
webimage_extra_packages:
156-
- figlet
157155
{{ if .platformapp.runtime.extensions }}
158156
{{ $phpextensions := without .platformapp.runtime.extensions "blackfire" "pdo_pgsql" "sodium" }}
159-
{{range $extension := $phpextensions }}
157+
webimage_extra_packages:{{range $extension := $phpextensions }}
160158
- php{{$phpversion}}-{{$extension}}{{end}}
161159
{{ if has "sodium" .platformapp.runtime.extensions }}
162160
- php-sodium

0 commit comments

Comments
 (0)