Skip to content

Commit

Permalink
remove outdated link
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed May 13, 2024
1 parent a45ff99 commit 7aa27c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ On SELinux enabled systems like Fedora, you will need to [configure selinux labe

### Extra C libraries

If you need extra C libraries, you can follow the builder pattern approach via e.g. [rfcbot-rs's Dockerfile](https://github.com/rust-lang/rfcbot-rs/blob/2bd38f9fea0eab524f73eeb451b99dec76caef5d/Dockerfile) and add extra `curl` -> `make` instructions. We are unlikely to include other C libraries herein unless they are very popular.
If you need extra C libraries, you can inherit from this image `FROM clux/muslrust:stable as builder` and add extra `curl` -> `make` instructions. We are unlikely to include other C libraries herein unless they are very popular.

### Extra Rustup components

Expand Down

0 comments on commit 7aa27c8

Please sign in to comment.