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 \
|
||||
libcap-progs \
|
||||
libvirt-client \
|
||||
libvirt-daemon-driver-storage-core \
|
||||
libvirt-daemon-qemu \
|
||||
nftables \
|
||||
qemu-hw-usb-redirect \
|
||||
qemu-tools \
|
||||
socat \
|
||||
systemd-container \
|
||||
tar \
|
||||
timezone \
|
||||
vim \
|
||||
vim-small \
|
||||
xorriso
|
||||
|
||||
#!ArchExclusiveLine: x86_64
|
||||
@ -54,8 +52,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
|
||||
qemu-uefi-aarch64 ; \
|
||||
fi;
|
||||
|
||||
RUN zypper clean -a && \
|
||||
mkdir -p /usr/share/kubevirt/virt-launcher
|
||||
RUN zypper clean -a
|
||||
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user