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