]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: dependencies for testing nfs module for Debian
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 13 Aug 2022 23:01:43 +0000 (23:01 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 15 Aug 2022 05:48:07 +0000 (05:48 +0000)
This change allows executing TEST-20-NFS on Debian.

test/container/Dockerfile-Debian

index b4c1704edcde2c333d46dc2ca8f2aaeefdf50603..08abf0390009bb20ed1c3369c2bdc1b46629aaf0 100644 (file)
@@ -28,8 +28,10 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && DEBIAN_FRONTEND=nonintera
     fdisk \
     g++ \
     git \
+    iputils-arping \
     iputils-ping \
     isc-dhcp-client \
+    isc-dhcp-server \
     kmod \
     less \
     libkmod-dev \
@@ -40,7 +42,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && DEBIAN_FRONTEND=nonintera
     multipath-tools \
     nbd-client \
     network-manager \
-    nfs-common \
+    nfs-kernel-server \
     open-iscsi \
     pigz \
     pkg-config \