1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-05-11 08:34:19 +00:00

Add libelf-dev to make sure we can build 4.15 kernel

This commit is contained in:
niusmallnan 2018-02-09 15:36:21 +08:00
parent 3a8d8ff42c
commit 69cc35ff63

View File

@ -2,7 +2,7 @@ FROM gcc:7.3.0
# FROM arm64=arm64v8/gcc:7.3.0
RUN apt-get update \
&& apt-get install -y ccache vim gnupg2 locales bc kmod
&& apt-get install -y ccache vim gnupg2 locales bc kmod libelf-dev
# Install dapper
RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper \