fix(docker): whoops, missed the -y argument

This commit is contained in:
Andrea Toska 2025-03-06 10:04:33 +01:00
commit 9e1c51a099
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY . . COPY . .
RUN apt-get update && apt-get install protobuf-compiler RUN apt-get update && apt-get install protobuf-compiler -y
RUN cargo build --release RUN cargo build --release