aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfiles/Dockerfile.ceed.deps
blob: f8066131c721364ecec6b7d7a067cd2e912ac56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file describes the standard way to build the dependencies required for
# cross compiling ceed with mingw
#
# Usage:
#
# docker build -t crops/ceed:deps -f Dockerfile.ceed.deps .

FROM debian:jessie
MAINTAINER Todor Minchev <todor.minchev@linux.intel.com>

# Install dependencies
RUN apt-get update && apt-get install -y \
  mingw-w64 \
  gcc \
  make