Switch to Python 3 by default.

Addresses #5592.
This commit is contained in:
Ben Sturmfels
2020-04-24 14:38:16 +10:00
parent 0798a8892a
commit 100f626551
6 changed files with 21 additions and 21 deletions

View File

@@ -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.