mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Remove elfutils-dev package
It clashes with libelf-dev but libelf-dev is sufficient to compile the kernel. This also allows us to remove the '|| true' from the 'apk add', catching errors with the tools installation. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
125469a4c5
commit
974bc56886
@ -9,7 +9,6 @@ RUN apk add \
|
||||
build-base \
|
||||
curl \
|
||||
diffutils \
|
||||
elfutils-dev \
|
||||
flex \
|
||||
git \
|
||||
gmp-dev \
|
||||
@ -26,8 +25,7 @@ RUN apk add \
|
||||
tar \
|
||||
xz \
|
||||
xz-dev \
|
||||
zlib-dev \
|
||||
|| true
|
||||
zlib-dev
|
||||
|
||||
ARG KERNEL_VERSION
|
||||
ARG KERNEL_SERIES
|
||||
|
Loading…
Reference in New Issue
Block a user