try cross build with added gcc
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 11m30s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 11m30s
This commit is contained in:
parent
5a616ff2a3
commit
52f198fbf9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user