fix: add missing cmake for aws-lc-sys

This commit is contained in:
zonyitoo
2024-05-25 23:41:55 +08:00
parent 65eca9c7c6
commit e507e292c0

View File

@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM rust:1.67.1-alpine3.17 AS builder
ARG TARGETARCH
RUN set -x \
&& apk add --no-cache build-base
&& apk add --no-cache build-base cmake
WORKDIR /root/shadowsocks-rust