From 2b88fbf74b5c939b4db47f862651b6c897016fe4 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 30 Sep 2022 23:13:32 -0700 Subject: [PATCH] Update pre-requisites for native aot publishing Addressed feedback from https://github.com/dotnet/runtime/issues/69739#issuecomment-1264133462 --- docs/core/deploying/native-aot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/deploying/native-aot/index.md b/docs/core/deploying/native-aot/index.md index 82b704e00bf9a..64c9e9239d907 100644 --- a/docs/core/deploying/native-aot/index.md +++ b/docs/core/deploying/native-aot/index.md @@ -35,7 +35,7 @@ On Linux, install clang and developer packages for libraries that .NET runtime d - Alpine (3.15+) ```sh - sudo apk add clang gcc lld musl-dev build-base zlib-dev + sudo apk add build-base zlib-dev ``` ## Publish Native AOT - CLI