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 9ab4a925c0
commit 069930f3a6

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