Switch to Python 3 by default.
[mediagoblin.git] / Dockerfile-debian-python2-sqlite
index 5cabef0fef8fa6d45d3a325ba28e78ed86611554..6c53e9a816aad34429e103f9aa08ac0e554ba175 100644 (file)
@@ -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