Skip to content

Commit

Permalink
fix: add missing cmake for aws-lc-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed May 25, 2024
1 parent 65eca9c commit e507e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e507e29

Please sign in to comment.