Commit 4417f66
authored
Fix Docker quickstart: install intl before composer create-project (#8322)
The base composer image does not bundle the intl extension, so the
documented 'docker run ... composer create-project' command failed with
'ext-intl is missing from your system' when resolving cakephp/cakephp.
Run Composer inside a php:8.2-cli image with intl installed instead,
matching the development-server step that follows.1 parent 98b9cab commit 4417f66
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
135 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| |||
0 commit comments