From 79f78d56ff73e8def5f26b1649dfd73af13d0e63 Mon Sep 17 00:00:00 2001 From: Chris Koehnke Date: Thu, 4 May 2017 15:42:26 -0400 Subject: [PATCH] Add graphite-web dependencies Add the dependencies for graphite-web so that the docker build can successfully install it. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc80153..9a8e779 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ run apt-get -y install software-properties-common &&\ run apt-get -y install nodejs python-django-tagging python-simplejson python-memcache \ python-ldap python-cairo python-django python-twisted \ python-pysqlite2 python-support python-pip gunicorn \ - supervisor nginx-light nodejs git wget curl + supervisor nginx-light nodejs git wget curl \ + python-dev libcairo2-dev libffi-dev build-essential # Install statsd run mkdir /src && git clone https://github.com/etsy/statsd.git /src/statsd