fix: docker build
This commit is contained in:
@ -3,7 +3,7 @@ ARG IMAGE=rust:bookworm
|
||||
FROM $IMAGE AS build
|
||||
WORKDIR /app/src
|
||||
COPY . .
|
||||
RUN apt update && apt -y install protobuf-compiler
|
||||
RUN apt update && apt -y install protobuf-compiler libvirt-dev
|
||||
RUN cargo test && cargo install --path . --root /app/build
|
||||
|
||||
FROM $IMAGE AS runner
|
||||
|
Reference in New Issue
Block a user