From 52f198fbf98d9dcec8979dc5290309ed325acc7e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 11 Jun 2024 14:03:55 +0200 Subject: [PATCH] try cross build with added gcc --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index c573e63..2f93407 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,7 @@ FROM docker.io/rust:1-alpine3.20 AS builder RUN apk --no-cache add \ git \ + gcc \ protoc \ protobuf-dev \ musl-dev