From 0b596d93ae507ff5fd535628ddf927e5ecf14e8a Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 23 Nov 2024 19:37:57 -0500 Subject: [PATCH] WIP --- Dockerfile.linux-musl | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.linux-musl b/Dockerfile.linux-musl index c129d932..3c99e86b 100644 --- a/Dockerfile.linux-musl +++ b/Dockerfile.linux-musl @@ -13,5 +13,6 @@ ARG TARGETPLATFORM RUN xx-apk add musl-dev gcc RUN xx-info env +RUN xx-clang --setup-target-triple CMD ["/bin/bash", "-c", "./build.libgit2.sh"] \ No newline at end of file