From a6a94f3caaec94a0b90491cf39e4611c749863a1 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Tue, 20 May 2025 09:30:06 +0800 Subject: [PATCH] fix shadowsocks build --- shadowsocks-rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-rust/Dockerfile b/shadowsocks-rust/Dockerfile index 49598ed..d4cfe92 100644 --- a/shadowsocks-rust/Dockerfile +++ b/shadowsocks-rust/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM rust:alpine AS builder ARG VERSION TARGETPLATFORM BUILDPLATFORM RUN set -x \ - && apk add --no-cache build-base cmake llvm15-dev clang15-libclang clang15 rust-bindgen git rustup curl + && apk add --no-cache build-base cmake llvm-dev clang-libclang clang clang-static rust-bindgen git rustup curl WORKDIR /root/shadowsocks-rust