Skip to content

Commit 05a52e8

Browse files
DaRosenbergadegeo
andauthored
Add missing dependencies in linux-alpine.md (#44113)
* Add missing dependencies in linux-alpine.md This commit adds icu-libs and icu-data-full to the list of required dependencies on Alpine. There are required unless the app is running in globalization-invariant mode. See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split for more information about why both those packages need to be mentioned. * Fix broken link in linux-alpine.md --------- Co-authored-by: Andy (Steve) De George <[email protected]>
1 parent cf3cc01 commit 05a52e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/install/linux-alpine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ When you install with a package manager, these libraries are installed for you.
7676
- libssl3
7777
- libstdc++
7878
- zlib
79+
- icu-libs and icu-data-full (unless the .NET app is running in [globalization-invariant mode](../runtime-config/globalization.md#invariant-mode)
7980
- libgdiplus (if the .NET app requires the *System.Drawing.Common* assembly)
8081

8182
Use the `apk add` command to install the dependencies.

0 commit comments

Comments
 (0)