dockcross/Dockerfile
Steeve Morin fd64ea0af1
[base] Add autogen/automake and vim
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
2014-11-05 23:39:19 +01:00

13 lines
425 B
Docker

FROM debian:wheezy
MAINTAINER Steeve Morin "steeve.morin@gmail.com"
RUN apt-get update && apt-get -y install \
bash \
curl wget \
pkg-config build-essential make automake autogen \
tar xz-utils bzip2 gzip \
file \
rsync \
sed \
vim