try cross build with added openssl-dev
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 10m39s

This commit is contained in:
Sebastian Hugentobler 2024-06-11 14:36:01 +02:00
parent 52f198fbf9
commit 08eccac788
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -5,6 +5,7 @@ RUN apk --no-cache add \
gcc \ gcc \
protoc \ protoc \
protobuf-dev \ protobuf-dev \
openssl-dev \
musl-dev musl-dev
ENV CARGO_CARGO_NEW_VCS="none" ENV CARGO_CARGO_NEW_VCS="none"