mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
bison \
|
||||
build-base \
|
||||
curl \
|
||||
diffutils \
|
||||
flex \
|
||||
libarchive-tools \
|
||||
ncurses-dev \
|
||||
patch \
|
||||
|
Loading…
Reference in New Issue
Block a user