]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(debian): make sure ip command is available
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 14 Sep 2025 16:39:25 +0000 (12:39 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 14 Sep 2025 16:53:21 +0000 (12:53 -0400)
`ip` command is required for networking. On Ubuntu
`ip` command is already installed but on debian this
requires and explicit installation of the `iproute2`
package.

test/container/Dockerfile-debian

index 528c7d1215e5284a41b12b585d00c63c1741aea8..bc2f482b132f9f3c5bd71d46f031a53ead3631c7 100644 (file)
@@ -53,6 +53,7 @@ RUN \
     gpg \
     iputils-arping \
     iputils-ping \
+    iproute2 \
     isc-dhcp-server \
     jq \
     kbd \