Skip to content

Commit

Permalink
Merge pull request #4804 from ssssam/sam/worker-virtio-vga
Browse files Browse the repository at this point in the history
Include virtio VGA support in the openqa_worker container
  • Loading branch information
Martchus authored Sep 27, 2022
2 parents b479233 + 1a75724 commit 969184c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN zypper ar -p 95 -f http://download.opensuse.org/repositories/devel:openQA/15
zypper in -yl ca-certificates-mozilla curl gzip rsync && \
zypper in -yl openQA-worker os-autoinst-s390-deps && \
zypper in -yl qemu-arm qemu-ppc qemu-x86 qemu-tools && \
zypper in -yl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-vga && \
zypper in -yl kmod && \
(zypper in -yl qemu-ovmf-x86_64 ||:) && \
(zypper in -yl qemu-uefi-aarch64 ||:) && \
Expand Down

0 comments on commit 969184c

Please sign in to comment.