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 \ build-base \
curl \ curl \
diffutils \ diffutils \
elfutils-dev \
flex \ flex \
git \ git \
gmp-dev \ gmp-dev \
@ -26,8 +25,7 @@ RUN apk add \
tar \ tar \
xz \ xz \
xz-dev \ xz-dev \
zlib-dev \ zlib-dev
|| true
ARG KERNEL_VERSION ARG KERNEL_VERSION
ARG KERNEL_SERIES ARG KERNEL_SERIES