From 974bc56886240e44d5b47b32c66d71e3da713f46 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 22 Jun 2017 12:23:11 +0100 Subject: [PATCH] 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 --- kernel/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index 268f066c5..e7188bed6 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -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