mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
docker: fix /sbin/modprobe missing
kmod is needed in order to get modprobe Signed-off-by: Vincent Jardin <vjardin@free.fr>
This commit is contained in:
parent
4a2ece949e
commit
aa2e50621b
|
@ -45,6 +45,7 @@ RUN apt update && apt upgrade -y && \
|
|||
apt-get install -y \
|
||||
curl \
|
||||
gdb \
|
||||
kmod \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
liblua5.3-dev \
|
||||
|
|
Loading…
Reference in a new issue