From 100f6265511d2c47c82aa93224d377b834f745fd Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 24 Apr 2020 14:38:16 +1000 Subject: Switch to Python 3 by default. Addresses #5592. --- Dockerfile-debian-python2-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile-debian-python2-sqlite') diff --git a/Dockerfile-debian-python2-sqlite b/Dockerfile-debian-python2-sqlite index 5cabef0f..6c53e9a8 100644 --- a/Dockerfile-debian-python2-sqlite +++ b/Dockerfile-debian-python2-sqlite @@ -58,7 +58,7 @@ USER www-data RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git -b master . RUN ./bootstrap.sh -RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure +RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure --without-python3 RUN make RUN ./bin/pip install scikits.audiolab -- cgit v1.2.3