mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #111 from nathanleclaire/cache_kernel_download
Cache kernel source download
This commit is contained in:
commit
d00fd8bff3
@ -25,9 +25,10 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
|
||||
ncurses-dev \
|
||||
p7zip-full \
|
||||
lzop \
|
||||
wget \
|
||||
gcc-arm-linux-gnueabihf
|
||||
|
||||
ADD ${KERNEL_SOURCE} .
|
||||
RUN wget ${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