Merge pull request #14976 from vjardin/fixUbuntuModprobe

docker: fix /sbin/modprobe missing
This commit is contained in:
Donald Sharp 2023-12-10 08:36:33 -05:00 committed by GitHub
commit df3e5ca61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ RUN apt update && apt upgrade -y && \
apt-get install -y \
curl \
gdb \
kmod \
iproute2 \
iputils-ping \
liblua5.3-dev \