Files
linuxkit/tools/kernel-compile/Dockerfile
Rolf Neugebauer 6240f73bd7 tools: Move and rename kernel-compile container
Move it to tools and renamed it to kernel-compile, similar to
c-compile and go-compile.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-26 14:53:15 +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