Skip to content

Commit

Permalink
chore: add virt-manager
Browse files Browse the repository at this point in the history
adds virt-manager
  • Loading branch information
BobyMCbobs committed Feb 22, 2024
1 parent 19c28dc commit 7964836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN sed -i -e '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates-testi
--install=bootc \
--install=osbuild-selinux \
--install=qemu \
--install=libvirt
--install=libvirt \
--install=virt-manager
RUN bootupctl backend generate-update-metadata && \
echo -e '\n\nii ALL=(ALL) NOPASSWD:ALL\n\n' >> /etc/sudoers
COPY --from=cgr.dev/chainguard/dive:latest /usr/bin/dive /usr/bin/dive
Expand Down

0 comments on commit 7964836

Please sign in to comment.