Skip to content

Commit

Permalink
tasks: container: add dependencies needed by anaconda-webui infra
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Jan 23, 2025
1 parent 3696cf8 commit 222949c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN dnf -y update && \
libvirt-daemon-driver-qemu \
libvirt-daemon-driver-storage-core \
libvirt-python3 \
mwclient \
nc \
net-tools \
nodejs-devel \
Expand Down Expand Up @@ -67,6 +68,7 @@ RUN dnf -y update && \
valgrind \
vim-enhanced \
virt-install \
wikitcms \
&& \
curl -o /tmp/cockpit.spec -s https://raw.githubusercontent.com/cockpit-project/cockpit/main/tools/cockpit.spec && \
dnf -y builddep --setopt=install_weak_deps=False /tmp/cockpit.spec && \
Expand Down

0 comments on commit 222949c

Please sign in to comment.