mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-05 16:53:48 +00:00
Merge pull request #455 from justincormack/lessnoisy
quieter kernel build
This commit is contained in:
commit
a500702e21
@ -28,7 +28,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
|
|||||||
wget \
|
wget \
|
||||||
vim
|
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
|
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user