mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
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:
parent
b6a0984ea4
commit
0e7f1c9300
2 changed files with 4 additions and 3 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue