Skip to content

Commit

Permalink
Merge pull request #5486 from nicksinger/ipmi_deps
Browse files Browse the repository at this point in the history
Add ipmi-deps to our worker container
  • Loading branch information
okurz authored Feb 22, 2024
2 parents 3d50af1 + 9e31176 commit a7db12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN zypper ar -p 95 -f http://download.opensuse.org/repositories/devel:openQA/15
zypper ar -p 90 -f http://download.opensuse.org/repositories/devel:openQA:Leap:15.5/15.5 devel_openQA_Leap && \
zypper --gpg-auto-import-keys ref && \
zypper in -yl ca-certificates-mozilla curl gzip rsync xz && \
zypper in -yl openQA-worker os-autoinst-s390-deps && \
zypper in -yl openQA-worker os-autoinst-s390-deps os-autoinst-ipmi-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 && \
Expand Down

0 comments on commit a7db12b

Please sign in to comment.