1
0
Fork 0

Install libelf-dev in build containers for Ubuntu

timestamps
dump_stack() 2018-11-30 22:46:39 +00:00
parent f81a4e38a1
commit 4956fdc4a2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func generateBaseDockerImage(sk config.KernelMask) (err error) {
d += "ENV DEBIAN_FRONTEND=noninteractive\n"
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 wget git libelf-dev\n"
default:
s := fmt.Sprintf("%s not yet supported", sk.DistroType.String())
err = errors.New(s)