From 655c1677f0c77597b6bb289d9dd8172280662c64 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Nov 2014 12:56:11 +0100 Subject: [PATCH] add deps in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5