Install libelf-dev in build containers for Ubuntu
This commit is contained in:
parent
f81a4e38a1
commit
4956fdc4a2
@ -97,7 +97,7 @@ func generateBaseDockerImage(sk config.KernelMask) (err error) {
|
|||||||
d += "ENV DEBIAN_FRONTEND=noninteractive\n"
|
d += "ENV DEBIAN_FRONTEND=noninteractive\n"
|
||||||
d += "RUN apt-get update\n"
|
d += "RUN apt-get update\n"
|
||||||
d += "RUN apt-get install -y build-essential libelf-dev\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:
|
default:
|
||||||
s := fmt.Sprintf("%s not yet supported", sk.DistroType.String())
|
s := fmt.Sprintf("%s not yet supported", sk.DistroType.String())
|
||||||
err = errors.New(s)
|
err = errors.New(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user