From 228783a3a77285d2d7ebc392a4e2f3d0bd3d8305 Mon Sep 17 00:00:00 2001 From: Brad Murray Date: Thu, 3 Dec 2015 14:41:54 +1300 Subject: [PATCH] add pytz to Dockerfile fixes #17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc46dbb..650479a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ run apt-get -y install python-django-tagging python-simplejson python-memca run mkdir /src && git clone https://github.com/etsy/statsd.git /src/statsd # Install required packages -run pip install whisper +run pip install whisper pytz run pip install --install-option="--prefix=/var/lib/graphite" --install-option="--install-lib=/var/lib/graphite/lib" carbon run pip install --install-option="--prefix=/var/lib/graphite" --install-option="--install-lib=/var/lib/graphite/webapp" graphite-web