diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:06:30 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:06:30 +1100 |
commit | c5a4eb8da8d3000d98c4ae684193322da3d6af10 (patch) | |
tree | a3fb3f03c4166c9466d89ced8f1d8d8ce5ff3cb7 /Dockerfile-debian-python3-sqlite | |
parent | 89cc69f77284faeaca4f855c2c5826d5253782a1 (diff) | |
download | mediagoblin-c5a4eb8da8d3000d98c4ae684193322da3d6af10.tar.lz mediagoblin-c5a4eb8da8d3000d98c4ae684193322da3d6af10.tar.xz mediagoblin-c5a4eb8da8d3000d98c4ae684193322da3d6af10.zip |
Use official repo in Dockerfile.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r-- | Dockerfile-debian-python3-sqlite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index ea585c6a..42b2a964 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -138,8 +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 https://gitlab.com/BenSturmfels/mediagoblin.git --branch spectrograms . +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 master . RUN ./bootstrap.sh RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure |