Skip to content

Commit 63d2318

Browse files
nmantheywipawel
authored andcommitted
docker: install kmod
When building artifacts in the docker container, the build system complained about the missing lsmod command. This change adds the required package to the docker container, so that the command can be executed as expected. Signed-off-by: Norbert Manthey <[email protected]>
1 parent e76b44c commit 63d2318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ FROM ubuntu:20.04
44
RUN apt-get update -y
55
RUN apt-get install -y gcc make xorriso qemu-utils
66
# grub is a bit special in containers
7-
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install grub2 python
7+
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install grub2 kmod python
88

99
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)