Add qemu-block-extra and qemu-utils

This commit is contained in:
Vitaliy Filippov
2025-02-23 15:08:16 +03:00
parent 568a209f0d
commit 9ccf3af97b
+1 -1
View File
@@ -6,4 +6,4 @@ ADD vitastor.list /etc/apt/sources.list.d
ADD vitastor.gpg /etc/apt/trusted.gpg.d
ADD vitastor.pref /etc/apt/preferences.d
ADD apt.conf /etc/apt/
RUN apt-get update && apt-get -y install vitastor qemu-system-x86 qemu-system-common && apt-get clean
RUN apt-get update && apt-get -y install vitastor qemu-system-x86 qemu-system-common qemu-block-extra qemu-utils && apt-get clean