Commit 0797a09
committed
fix(php): install mbstring extension in php-fpm base images
composer install failed for php-fpm targets because stripe/stripe-php
requires ext-mbstring, which wasn't installed. apache-mod targets were
unaffected since they use the official PHP image, which bundles it.1 parent 0beb187 commit 0797a09
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments