Files
linuxkit/base/alpine-build-c/Dockerfile
Justin Cormack b738120d41 Move base images directory to top level
These are standalone, better to have them at the top.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-24 18:55:23 +00:00

35 lines
449 B
Docker

FROM alpine:3.5
RUN \
apk update && apk upgrade && \
apk add \
alpine-sdk \
argp-standalone \
automake \
bash \
bc \
binutils-dev \
bison \
cmake \
curl \
flex \
gmp-dev \
gtk+2.0-dev \
gtk+-dev \
groff \
installkernel \
kmod \
libelf-dev \
linux-headers \
ncurses-dev \
perl-dev \
python-dev \
sed \
slang-dev \
squashfs-tools \
syslinux \
unzip \
util-linux-dev \
vim \
xz \
&& true