aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-python3-sqlite
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-05-01 16:37:23 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-05-01 16:41:07 +1000
commite77430eb273f352f5e777888b73c95ca0beda593 (patch)
tree20cb44b16ec1a6a79ba63dce13c4f3fd54b9688e /Dockerfile-debian-python3-sqlite
parent880b2584bb412fb4be43cd84c8ee704c90308aad (diff)
downloadmediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.tar.lz
mediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.tar.xz
mediagoblin-e77430eb273f352f5e777888b73c95ca0beda593.zip
Add release notes for v0.10.0.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r--Dockerfile-debian-python3-sqlite3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite
index c6084345..ea585c6a 100644
--- a/Dockerfile-debian-python3-sqlite
+++ b/Dockerfile-debian-python3-sqlite
@@ -138,7 +138,8 @@ USER www-data
# version, so that local changes are immediately available to the running
# container. Not as easy as it sounds. We have this working with docker-compose,
# but still uses upstream MediaGoblin for the build.
-RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
+# RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
+RUN git clone --depth=1 https://gitlab.com/BenSturmfels/mediagoblin.git --branch spectrograms .
RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure