]> git.puffer.fish Git - mirror/frr.git/commitdiff
docker: fix /sbin/modprobe missing 14976/head
authorVincent Jardin <vjardin@free.fr>
Sat, 9 Dec 2023 23:45:22 +0000 (23:45 +0000)
committerVincent Jardin <vjardin@free.fr>
Sat, 9 Dec 2023 23:45:22 +0000 (23:45 +0000)
kmod is needed in order to get modprobe

Signed-off-by: Vincent Jardin <vjardin@free.fr>
docker/ubuntu-ci/Dockerfile

index 939a43e4ea8559201902bfcd88a460fea31abb72..1b3deb275065570708c5b2bd7f8f857029d64ed1 100644 (file)
@@ -45,6 +45,7 @@ RUN apt update && apt upgrade -y && \
     apt-get install -y \
         curl \
         gdb \
+        kmod \
         iproute2 \
         iputils-ping \
         liblua5.3-dev \