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:
Rolf Neugebauer 2017-06-22 12:23:11 +01:00
parent 125469a4c5
commit 974bc56886

View File

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