mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
5d624708cc
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
17 lines
503 B
Docker
17 lines
503 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 \
|
|
file \
|
|
rsync \
|
|
tar \
|
|
xz-utils \
|
|
bzip2 \
|
|
gzip \
|
|
sed
|