Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Coward <leecow@microsoft.com>2020-05-05 02:12:46 +0300
committerLee Coward <leecow@microsoft.com>2020-05-05 02:12:46 +0300
commit6822d3b17b9695030c6af588642dfc81a7960296 (patch)
tree9e3a5ef4bc87b7f8bdf27406737f2d4c940451b4 /Documentation
parente54015b8455c562d00d1efbf01e44bbf17d264a7 (diff)
add Alpine to prerequs table
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/linux-prereqs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/linux-prereqs.md b/Documentation/linux-prereqs.md
index 66bceba4..c04ad606 100644
--- a/Documentation/linux-prereqs.md
+++ b/Documentation/linux-prereqs.md
@@ -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 |