Commit aa40551
fix: add libicu74 to Docker image + invariant mode workaround for bake
libicu74 missing from Ubuntu 24.04 image causes dotnet/Firely.Terminal to
fail with ICU error when bake=true in container_mode.
- Dockerfile: add libicu74 (proper fix after Docker rebuild)
- action.yml: set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 in container_mode
as immediate workaround until the new image is live
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ba75b9c commit aa40551
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments