Files
linuxkit/base/alpine-build-kernel/Dockerfile
Justin Cormack 400f4b6c56 Remove syslinux from kernel build deps
Unused. This should not affect anything, and I didnt actually bump
the kernel version; am working on te build in CI for this...

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-27 12:17:09 +01:00

24 lines
305 B
Docker

FROM alpine:3.5
RUN \
apk update && apk upgrade && \
apk add \
build-base \
argp-standalone \
automake \
bash \
bc \
binutils-dev \
curl \
git \
gmp-dev \
installkernel \
kmod \
libelf-dev \
linux-headers \
ncurses-dev \
sed \
squashfs-tools \
tar \
xz \
&& true