]> git.parisson.com Git - timeside.git/commitdiff
add deps in dockerfile
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 11:56:11 +0000 (12:56 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 11:56:11 +0000 (12:56 +0100)
Dockerfile

index b3dbe391a9f49ab13666dc7c3b6ebf164bedf7b9..35ecbf9dd620534245426bc91796d7a307a7e276 100644 (file)
@@ -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