1
0
Fork 0

Add linux-image-generic to base container (for dependencies)

master
dump_stack() 2023-04-06 19:07:58 +00:00
parent 0d3a075d76
commit 5931c08de1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ func generateBaseDockerImage(registry string, commands []config.DockerCommand,
d += "RUN apt-get update\n"
d += "RUN apt-get install -y build-essential libelf-dev\n"
d += "RUN apt-get install -y wget git\n"
d += "RUN apt-get install -y linux-image-generic\n"
if sk.DistroRelease >= "14.04" {
d += "RUN apt-get install -y libseccomp-dev\n"
}