ci: add missing replaced mod files to docker build

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-02-20 18:23:09 +01:00
parent b6a0984ea4
commit 0e7f1c9300
2 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ RUN go mod download all
COPY . /qemu-metadata-api
WORKDIR /qemu-metadata-api/hack/qemu-metadata-api
RUN go build -o api-server ./main.go
RUN go build -o api-server .
FROM fedora:37@sha256:23c63666eefb64cd2364e6d8ad327f06abf9eb1f34b621e9fd6c1602e142244b as release
RUN dnf -y install libvirt-devel && \