mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
kernel: Add bison/flex to kconfig Dockerfile
These are required for the 4.16.x kernel configuration. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
b69fc45955
commit
a5c039f7ad
@ -1,9 +1,11 @@
|
|||||||
FROM linuxkit/alpine:96ad1eb5ec262b4cd0eef574cdc0b225b502d9ee AS kernel-build
|
FROM linuxkit/alpine:96ad1eb5ec262b4cd0eef574cdc0b225b502d9ee AS kernel-build
|
||||||
RUN apk add \
|
RUN apk add \
|
||||||
argp-standalone \
|
argp-standalone \
|
||||||
|
bison \
|
||||||
build-base \
|
build-base \
|
||||||
curl \
|
curl \
|
||||||
diffutils \
|
diffutils \
|
||||||
|
flex \
|
||||||
libarchive-tools \
|
libarchive-tools \
|
||||||
ncurses-dev \
|
ncurses-dev \
|
||||||
patch \
|
patch \
|
||||||
|
Loading…
Reference in New Issue
Block a user