From 08eccac7881f121c8af50f98a1788306eee974a4 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 11 Jun 2024 14:36:01 +0200 Subject: [PATCH] try cross build with added openssl-dev --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 2f93407..a10e46b 100644 --- a/Containerfile +++ b/Containerfile @@ -5,6 +5,7 @@ RUN apk --no-cache add \ gcc \ protoc \ protobuf-dev \ + openssl-dev \ musl-dev ENV CARGO_CARGO_NEW_VCS="none"