Add needed packages to Dockerfile

This commit is contained in:
Graham McIntire 2026-02-04 08:02:59 -06:00
parent 6f1261b0ce
commit 5811bed1b1
No known key found for this signature in database

View file

@ -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 \