diff --git a/Dockerfile b/Dockerfile index 95fb9a1..2d024cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -RUN apt-get update && apt-get install protobuf-compiler +RUN apt-get update && apt-get install protobuf-compiler -y RUN cargo build --release