fix(ci): add protoc

This commit is contained in:
Andrea Toska 2025-03-06 09:58:22 +01:00
commit fb3ecd2ec0
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -4,6 +4,8 @@ WORKDIR /app
COPY . .
RUN apt install protobuf-compiler
RUN cargo build --release
FROM rust:1.85 AS final