mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
kernel: Add more packages to Dockerfile.kconfig
These packages are needed to enable the GCC_PLUGINS during 'make oldconfig' for 4.18.x kernels. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
f93fa6ba9b
commit
a3bca0ea59
@ -6,7 +6,10 @@ RUN apk add \
|
|||||||
curl \
|
curl \
|
||||||
diffutils \
|
diffutils \
|
||||||
flex \
|
flex \
|
||||||
|
gmp-dev \
|
||||||
libarchive-tools \
|
libarchive-tools \
|
||||||
|
mpc1-dev \
|
||||||
|
mpfr-dev \
|
||||||
ncurses-dev \
|
ncurses-dev \
|
||||||
patch \
|
patch \
|
||||||
xz
|
xz
|
||||||
|
Loading…
Reference in New Issue
Block a user