diff --git a/Dockerfile b/Dockerfile index 55951b3..a02795d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY . . +RUN apt install protobuf-compiler + RUN cargo build --release FROM rust:1.85 AS final