From d04a2788bdbce6d2f811b1a5c8dda90ac47baa46 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sun, 26 Nov 2023 22:14:37 +0100 Subject: [PATCH] eh... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 960cb9a..cb2974f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1-alpine as builder RUN rustup default stable -RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git mold clang +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* # links those located in that path dynamically but we want static linking, c.f.