Skip to content

Commit

Permalink
docker: fix /sbin/modprobe missing
Browse files Browse the repository at this point in the history
kmod is needed in order to get modprobe

Signed-off-by: Vincent Jardin <[email protected]>
  • Loading branch information
vjardin committed Dec 9, 2023
1 parent 4a2ece9 commit aa2e506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt update && apt upgrade -y && \
apt-get install -y \
curl \
gdb \
kmod \
iproute2 \
iputils-ping \
liblua5.3-dev \
Expand Down

0 comments on commit aa2e506

Please sign in to comment.