From: Guillaume Pellerin Date: Wed, 5 Nov 2014 11:56:11 +0000 (+0100) Subject: add deps in dockerfile X-Git-Tag: 0.6.1~15 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=655c1677f0c77597b6bb289d9dd8172280662c64;p=timeside.git add deps in dockerfile --- diff --git a/Dockerfile b/Dockerfile index b3dbe39..35ecbf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ run apt-get update run apt-get install -y --force-yes build-essential vim run apt-get install -y python python-dev python-pip run apt-get -y -t wheezy-backports dist-upgrade -run apt-get install -y --force-yes -t wheezy-backports nginx supervisor python-timeside git python-tables python-django python-traits python-networkx ipython +run apt-get install -y --force-yes -t wheezy-backports nginx supervisor python-timeside git python-tables python-django python-traits python-networkx ipython python-numexpr gstreamer0.10-alsa run apt-get clean # install uwsgi now because it takes a little while