Skip to content

Commit

Permalink
Add ipmi-deps to our worker container
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksinger committed Feb 21, 2024
1 parent 3d50af1 commit 9e31176
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 9e31176

Please sign in to comment.