From: Guillaume Pellerin Date: Tue, 17 Mar 2015 11:22:59 +0000 (+0100) Subject: fix merge X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6a516ff64a936c39ddc038d660d99ef1196d127d;p=timeside.git fix merge --- diff --git a/Dockerfile b/Dockerfile index b090fe4..f75a769 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,28 +19,14 @@ MAINTAINER Guillaume Pellerin , Thomas fillon /etc/apt/sources.list.d/wheezy-backports.list && \ echo 'deb http://debian.parisson.com/debian/ wheezy main' > /etc/apt/sources.list.d/parisson.list && \ apt-get update && \ apt-get -y --force-yes -t wheezy-backports dist-upgrade && \ - apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples && \ + apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples libmysqlclient-dev && \ apt-get install -y --force-yes -t wheezy-backports python-yaafe && \ apt-get install -y --force-yes wget bzip2 build-essential && \ apt-get clean ->>>>>>> dev # Install conda in /opt/miniconda ENV PATH /opt/miniconda/bin:$PATH