dockcross/Dockerfile

13 lines
425 B
Docker
Raw Normal View History

2015-02-01 04:16:46 +01:00
FROM debian:jessie
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