Install libelf-dev in build containers for Ubuntu
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user