X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Dockerfile-debian-python2-sqlite;h=6c53e9a816aad34429e103f9aa08ac0e554ba175;hb=100f6265511d2c47c82aa93224d377b834f745fd;hp=5cabef0fef8fa6d45d3a325ba28e78ed86611554;hpb=0798a8892a52f26dd611d559fefa2e28da6d0e4a;p=mediagoblin.git 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