mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
21 lines
287 B
Docker
21 lines
287 B
Docker
FROM debian:jessie
|
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|
|
|
RUN apt-get update && apt-get -y install \
|
|
automake \
|
|
autogen \
|
|
bash \
|
|
build-essential \
|
|
bzip2 \
|
|
curl \
|
|
file \
|
|
gzip \
|
|
make \
|
|
pkg-config \
|
|
rsync \
|
|
sed \
|
|
tar \
|
|
vim \
|
|
wget \
|
|
xz-utils
|