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-python3-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile-debian-python3-sqlite') diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index 5a4c0356..edbe4c81 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -139,7 +139,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 --with-python3 +RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure RUN make # Only supported on Python 2. -- cgit v1.2.3