try cross build with added gcc
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 11m30s

This commit is contained in:
Sebastian Hugentobler 2024-06-11 14:03:55 +02:00
parent 5a616ff2a3
commit 52f198fbf9
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,6 +2,7 @@ FROM docker.io/rust:1-alpine3.20 AS builder
RUN apk --no-cache add \ RUN apk --no-cache add \
git \ git \
gcc \
protoc \ protoc \
protobuf-dev \ protobuf-dev \
musl-dev musl-dev