fix shadowsocks build
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 5m42s

This commit is contained in:
2025-05-20 09:30:06 +08:00
parent 27a2b85864
commit 74ed985097

View File

@@ -1,9 +1,9 @@
FROM --platform=$BUILDPLATFORM rust:alpine AS builder
FROM --platform=$BUILDPLATFORM rust:alpine3.19 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 git rustup curl rust-bindgen
WORKDIR /root/shadowsocks-rust