fix(ci): run an apt update

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

View file

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