mirror of
https://github.com/rancher/os-kernel.git
synced 2025-08-11 01:11:30 +00:00
Add libelf-dev to make sure we can build 4.15 kernel
This commit is contained in:
parent
3a8d8ff42c
commit
69cc35ff63
@ -2,7 +2,7 @@ FROM gcc:7.3.0
|
|||||||
# FROM arm64=arm64v8/gcc:7.3.0
|
# FROM arm64=arm64v8/gcc:7.3.0
|
||||||
|
|
||||||
RUN apt-get update \
|
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
|
# Install dapper
|
||||||
RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper \
|
RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper \
|
||||||
|
Loading…
Reference in New Issue
Block a user