diff options
Diffstat (limited to 'Dockerfile-debian-python2-sqlite')
-rw-r--r-- | Dockerfile-debian-python2-sqlite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian-python2-sqlite b/Dockerfile-debian-python2-sqlite index 155ceda5..977923b7 100644 --- a/Dockerfile-debian-python2-sqlite +++ b/Dockerfile-debian-python2-sqlite @@ -54,7 +54,7 @@ RUN groupadd --system mediagoblin --gid 1024 && adduser www-data mediagoblin USER www-data -RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git -b master . +RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master . RUN ./bootstrap.sh RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure --without-python3 |