Switch to Python 3 by default.
[mediagoblin.git] / Dockerfile-fedora-python3-sqlite
index 81719870e75e9cd45f581d08843bca0703fff5be..ee3378661ed1cda0dc6937b87d72551517da0b8c 100644 (file)
@@ -73,7 +73,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
 
 # RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini