Accepting request 973238 from home:vulyanov:branches:Virtualization:tpm
- Install vim-small instread of vim - Cleanup redundant stuff OBS-URL: https://build.opensuse.org/request/show/973238 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=23
This commit is contained in:
parent
1d9b950d99
commit
b1f6c49373
@ -30,16 +30,14 @@ RUN zypper -n install \
|
|||||||
kubevirt-virt-launcher \
|
kubevirt-virt-launcher \
|
||||||
libcap-progs \
|
libcap-progs \
|
||||||
libvirt-client \
|
libvirt-client \
|
||||||
libvirt-daemon-driver-storage-core \
|
|
||||||
libvirt-daemon-qemu \
|
libvirt-daemon-qemu \
|
||||||
nftables \
|
nftables \
|
||||||
qemu-hw-usb-redirect \
|
qemu-hw-usb-redirect \
|
||||||
qemu-tools \
|
qemu-tools \
|
||||||
socat \
|
socat \
|
||||||
systemd-container \
|
|
||||||
tar \
|
tar \
|
||||||
timezone \
|
timezone \
|
||||||
vim \
|
vim-small \
|
||||||
xorriso
|
xorriso
|
||||||
|
|
||||||
#!ArchExclusiveLine: x86_64
|
#!ArchExclusiveLine: x86_64
|
||||||
@ -54,8 +52,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
|
|||||||
qemu-uefi-aarch64 ; \
|
qemu-uefi-aarch64 ; \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
RUN zypper clean -a && \
|
RUN zypper clean -a
|
||||||
mkdir -p /usr/share/kubevirt/virt-launcher
|
|
||||||
|
|
||||||
RUN mkdir -p /usr/share/OVMF
|
RUN mkdir -p /usr/share/OVMF
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 10:50:30 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Install vim-small instread of vim
|
||||||
|
- Cleanup redundant stuff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 6 16:55:26 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Sun Mar 6 16:55:26 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user