aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfiles/Dockerfile.toolchain.deps
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfiles/Dockerfile.toolchain.deps')
-rw-r--r--dockerfiles/Dockerfile.toolchain.deps18
1 files changed, 0 insertions, 18 deletions
diff --git a/dockerfiles/Dockerfile.toolchain.deps b/dockerfiles/Dockerfile.toolchain.deps
deleted file mode 100644
index ff809e6..0000000
--- a/dockerfiles/Dockerfile.toolchain.deps
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-