mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
switch to Debian unstable for kernel compiles, prep for arm cross compile
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
3fc3d0fb71
commit
cef3ee5299
@ -1,4 +1,4 @@
|
||||
FROM debian:jessie
|
||||
FROM debian:unstable
|
||||
|
||||
ENV KERNEL_VERSION 4.1.12
|
||||
|
||||
@ -21,7 +21,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
|
||||
git \
|
||||
ncurses-dev \
|
||||
p7zip-full \
|
||||
lzop
|
||||
lzop \
|
||||
gcc-arm-linux-gnueabihf
|
||||
|
||||
ADD https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz .
|
||||
|
||||
@ -71,4 +72,3 @@ RUN git clone https://github.com/Distrotech/aufs-util.git && \
|
||||
DESTDIR=/tmp/aufs-utils make install && \
|
||||
rm -rf /tmp/aufs-utils/usr/lib /tmp/aufs-utils/usr/share && \
|
||||
cd /tmp/aufs-utils && tar cf /aufs-utils.tar .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user