From 7aa27c8f84196887b3b69709fb6385ffcb1812e4 Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 13 May 2024 10:59:50 +0100 Subject: [PATCH] remove outdated link Signed-off-by: clux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d98b67b..41d9032 100644 --- a/README.md +++ b/README.md @@ -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