fix shadowsocks build
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 7m1s
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 7m1s
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user