Skip to content

Commit

Permalink
Update pre-requisites for native aot publishing
Browse files Browse the repository at this point in the history
Addressed feedback from dotnet/runtime#69739 (comment)
  • Loading branch information
jkotas committed Oct 1, 2022
1 parent be035b3 commit 2b88fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/deploying/native-aot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b88fbf

Please sign in to comment.