]> git.parisson.com Git - timeside.git/commitdiff
docker: purge python-timeside debian package before install
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 23:06:16 +0000 (00:06 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 23:06:16 +0000 (00:06 +0100)
Dockerfile

index aa168b93e9e1ba488854574e397a0b043f944ca7..78f4362d8bc2810dadb03f714119f93b5902265a 100644 (file)
@@ -26,6 +26,7 @@ run apt-get update
 run apt-get install -y --force-yes apt-utils
 run apt-get -y --force-yes -t wheezy-backports dist-upgrade
 run apt-get install -y --force-yes -t wheezy-backports build-essential vim python python-dev python-pip nginx postgresql python-psycopg2 supervisor python-timeside git python-tables python-traits python-networkx ipython python-numexpr gstreamer0.10-alsa
+run apt-get purge -y --force-yes python-timeside
 run apt-get clean
 
 # install tools via pip
@@ -44,7 +45,6 @@ run ln -s /opt/TimeSide/examples/deploy/supervisor-app.conf /etc/supervisor/conf
 run pip install -e /opt/TimeSide
 
 # add dev repo path
-#run echo "export PYTHONPATH=$PYTHONPATH:/opt/Timeside" >> ~/.bashrc
 run cd /opt/TimeSide; python setup.py develop
 
 # sandbox setup