1
0

Accepting request 1117955 from home:vulyanov:branches:Virtualization

- Install qemu-img explicitly

OBS-URL: https://build.opensuse.org/request/show/1117955
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=42
This commit is contained in:
Vasily Ulyanov 2023-10-16 09:20:48 +00:00 committed by Git OBS Bridge
parent afe51f6976
commit 4f659b0308
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN zypper -n install \
ncat \
nftables \
qemu-hw-usb-redirect \
qemu-img \
socat \
tar \
timezone \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 13 15:27:52 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install qemu-img explicitly
-------------------------------------------------------------------
Wed Jul 12 06:53:31 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>