1
0
Ana Guerrero 2024-09-18 13:28:21 +00:00 committed by Git OBS Bridge
commit fc8e11303d
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,6 @@ RUN zypper -n install \
curl \
ethtool \
gawk \
iptables \
kubevirt-container-disk \
kubevirt-virt-launcher \
libcap-progs \
@ -43,7 +42,6 @@ RUN zypper -n install \
qemu-hw-usb-host \
qemu-hw-usb-redirect \
qemu-img \
socat \
tar \
timezone \
vim-small \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 18 06:49:02 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Drop packages: iptables and socat
-------------------------------------------------------------------
Mon Jul 15 06:47:42 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>