mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
quieter kernel build
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
ad7b35e457
commit
07bf4888c1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user