mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-01 04:46:52 +00:00
Add flex and bison for 4.18.x build
This commit is contained in:
@@ -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 libelf-dev
|
||||
&& apt-get install -y ccache vim gnupg2 locales bc kmod libelf-dev bison flex
|
||||
|
||||
# Install dapper
|
||||
RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper \
|
||||
|
Reference in New Issue
Block a user