mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
Use base image, add Makefile, compress RUN statements to save on disk space
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
@ -1,14 +1,7 @@
|
||||
FROM debian:jessie
|
||||
FROM steeve/cross-compiler:base
|
||||
MAINTAINER Steeve Morin "steeve.morin@gmail.com"
|
||||
|
||||
RUN apt-get update && apt-get -y --force-yes install \
|
||||
bash \
|
||||
curl \
|
||||
pkg-config \
|
||||
build-essential \
|
||||
file \
|
||||
mingw-w64 \
|
||||
tar xz-utils bzip2 gzip sed
|
||||
RUN apt-get update && apt-get -y install mingw-w64
|
||||
|
||||
ENV CROSS_TRIPLE i686-w64-mingw32
|
||||
ENV CROSS_ROOT /usr/${CROSS_TRIPLE}
|
||||
|
Reference in New Issue
Block a user