fix(ci): run an apt update
This commit is contained in:
parent
fb3ecd2ec0
commit
f2d0b207d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue