Merge pull request #1392 from justincormack/kernel-nosyslinux

Remove syslinux from kernel build deps
This commit is contained in:
Justin Cormack 2017-03-27 18:57:57 +01:00 committed by GitHub
commit 9fb503e2e1
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ RUN \
ncurses-dev \ ncurses-dev \
sed \ sed \
squashfs-tools \ squashfs-tools \
syslinux \
tar \ tar \
xz \ xz \
&& true && true

View File

@ -1,4 +1,4 @@
FROM mobylinux/alpine-build-kernel:0e893fbf6fa7638d2f23354de03ea11017bb8065@sha256:3ef3f9d11f0802b759dbd9c43a7706cf0ec37263c99ae90e2b10c29ea85739fa FROM mobylinux/alpine-build-kernel:cfdd576c36a52ed2dd62f237f79eeedc2dd3697b@sha256:3c6c37ddcd1f30b1b64ba72ebda7a5c6853f0bfa771931f213cf41558b50024b
ARG KERNEL_VERSION ARG KERNEL_VERSION
ARG DEBUG=0 ARG DEBUG=0