mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
16 lines
472 B
Docker
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
|