dockcross/base/Dockerfile

16 lines
472 B
Docker
Raw Normal View History

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