mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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 \
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user