aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-python2-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian-python2-sqlite')
-rw-r--r--Dockerfile-debian-python2-sqlite7
1 files changed, 1 insertions, 6 deletions
diff --git a/Dockerfile-debian-python2-sqlite b/Dockerfile-debian-python2-sqlite
index 6c53e9a8..b055a434 100644
--- a/Dockerfile-debian-python2-sqlite
+++ b/Dockerfile-debian-python2-sqlite
@@ -33,10 +33,7 @@ gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
-libsndfile1-dev \
-python-gst-1.0 \
-python-numpy \
-python-scipy
+python-gst-1.0
RUN apt-get install -y \
gir1.2-gst-plugins-base-1.0 \
@@ -61,8 +58,6 @@ RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure --without-python3
RUN make
-RUN ./bin/pip install scikits.audiolab
-
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini
RUN echo '[[mediagoblin.media_types.video]]' >> mediagoblin.ini