aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfiles/Dockerfile.toolchain.deps
blob: ff809e69a51ca0f2e043f6b95f3726ab7a9a0b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file describes the standard way to build the dependencies for CROPS
# toolchain images
#
# Usage:
#
# docker build -t crops/toolchain:deps -f Dockerfile.toolchain.deps .

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

# Install dependencies
RUN apt-get update -qq && apt-get install -y -qq \
	python	\
	daemontools \
	git \
	build-essential \
	wget