diff --git a/Dockerfile b/Dockerfile index 8766916..c5f9d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG VERSION=0.1.0-unknown WORKDIR /app # Install build dependencies -RUN apk add --no-cache musl-dev protobuf-dev openssl-dev +RUN apk add --no-cache musl-dev protobuf-dev openssl-dev openssl-libs-static cmake perl g++ # Determine Rust target based on platform and add it RUN case "$TARGETPLATFORM" in \