From 0bcc301e4c5025ad6c694f8316dab369ab7377f7 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Thu, 2 Jul 2026 22:13:54 -0500 Subject: [PATCH] Add musl-tools for musl-gcc --- rustup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup/Dockerfile b/rustup/Dockerfile index ff106b1..5aa4295 100644 --- a/rustup/Dockerfile +++ b/rustup/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /root RUN apt-get update && \ apt-get install --no-install-recommends -y \ ca-certificates curl file \ - build-essential \ + build-essential musl-tools \ autoconf automake autotools-dev libtool xutils-dev && \ rm -rf /var/lib/apt/lists/*