quieter kernel build

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-08-31 15:53:16 +01:00
parent ad7b35e457
commit 07bf4888c1

View File

@ -28,7 +28,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
wget \
vim
RUN wget ${KERNEL_SOURCE}
RUN curl -sSL -o linux-${KERNEL_VERSION}.tar.xz ${KERNEL_SOURCE}
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux