1
0
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:
niusmallnan
2018-09-18 09:11:05 +00:00
committed by niusmallnan
parent 223f2aeb8c
commit 509ce2fb74

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 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 \