From 62a565e13b2a839f28c1382a72f17b165d546e4e Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 29 Apr 2020 02:19:16 +1000 Subject: Review and update the deploment docs for Debian 10 and CentOS 8 [#5593]. Mostly a thorough test and cleanup. The significant change is moving the systemd config into the deployment docs an the registration/security considerations to production considerations docs. --- Dockerfile-debian-python2-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile-debian-python2-sqlite') 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 -- cgit v1.2.3