diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-29 02:19:16 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-29 02:19:16 +1000 |
commit | 62a565e13b2a839f28c1382a72f17b165d546e4e (patch) | |
tree | 530d223c2396d07ce23ff8eaa9b7bd6eac5585c5 /Dockerfile-debian-python3-sqlite | |
parent | 16fbe8524756013713365fc2a656833639c90ec2 (diff) | |
download | mediagoblin-62a565e13b2a839f28c1382a72f17b165d546e4e.tar.lz mediagoblin-62a565e13b2a839f28c1382a72f17b165d546e4e.tar.xz mediagoblin-62a565e13b2a839f28c1382a72f17b165d546e4e.zip |
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.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r-- | Dockerfile-debian-python3-sqlite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index 5c2c70d3..c6084345 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -138,7 +138,7 @@ 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 -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 |