add Alpine to prerequs table

This commit is contained in:
Lee Coward 2020-05-04 16:12:46 -07:00
parent e54015b845
commit 6822d3b17b

View file

@ -2,8 +2,7 @@
The following table represents the minimum library requirements to create, and run, a basic "hello world" console or MVC application with .NET Core. This table lists .NET Core Runtime requirements; applications could introduce additional dependencies.
| Distro | 2.1 | 2.2 | 3.0 |
| Distro | 2.1 | 2.2 | 3.1 |
| ------------ | ------------------------- | ------------------------- | ------------------------- |
| Ubuntu 19.04 | libicu63, libssl1.1 | libicu63, libssl1.1 | libicu63, libssl1.1 |
| Ubuntu 18.04 | libicu60, openssl1.0 | libicu60, openssl1.0 | libicu60, openssl1.0 |
@ -17,3 +16,4 @@ The following table represents the minimum library requirements to create, and r
| OpenSUSE Leap | libicu | libicu | libicu |
| SLES 15 | libicu | libicu | libicu |
| SLES 12 | libicu | libicu | libicu |
| Alpine Linux | icu-libs, krb5-libs, libintl, libssl1.1 (Alpine >= 3.9), libssl1.0 (< 3.9), libstdc++, sttng-ust, numactl (optional), zlib | icu-libs, krb5-libs, libintl, libssl1.1 (Alpine >= 3.9), libssl1.0 (< 3.9), libstdc++, sttng-ust, numactl (optional), zlib | icu-libs, krb5-libs, libintl, libssl1.1 (Alpine >= 3.9), libssl1.0 (< 3.9), libstdc++, sttng-ust, numactl (optional), zlib | | libicu |