From 9fac65087a5ccf699f3104d2ddc66e1d93ed97bd Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sat, 30 Mar 2024 19:28:17 +0100 Subject: [PATCH] build: get the proper toolchain ahead of time --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb2974f..8806528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1-alpine as builder -RUN rustup default stable +RUN rustup default stable-x86_64-unknown-linux-musl RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git # Set `SYSROOT` to a dummy path (default is /usr) because pkg-config-rs *always*