We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5dfc6 commit 52f48ceCopy full SHA for 52f48ce
1 file changed
build_files/dx/01-dx-tooling.sh
@@ -28,6 +28,25 @@ dnf5 -y install \
28
curl \
29
unzip \
30
zip \
31
- tar
+ tar \
32
+ qemu-img
33
+
34
+### VM management tools
35
+dnf5 -y install \
36
+ libvirt \
37
+ virt-install \
38
+ virt-manager \
39
+ virt-viewer
40
41
+### Linting and formatting
42
43
+ ShellCheck \
44
+ shfmt
45
46
+### Container signing
47
+dnf5 -y install cosign
48
49
+### Enable libvirtd for VM management
50
+systemctl enable libvirtd.service
51
52
echo "DX tooling installed successfully"
0 commit comments