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