dockcross/base/Dockerfile
Steeve Morin 703053871c
Use base image, add Makefile, compress RUN statements to save on disk space
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
2014-10-17 13:42:56 +02:00

16 lines
472 B
Docker

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