diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 22:46:58 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 22:46:58 +1100 |
commit | bfbc7922204a5faab8b1ff18ef8863e18b36f7fd (patch) | |
tree | 14e0a4b24b2060efa9a288539774098a468988d9 /Dockerfile-debian-python3-sqlite | |
parent | c2e93da0ce746eb7d6ffe79eec4f84c5d844328d (diff) | |
download | mediagoblin-bfbc7922204a5faab8b1ff18ef8863e18b36f7fd.tar.lz mediagoblin-bfbc7922204a5faab8b1ff18ef8863e18b36f7fd.tar.xz mediagoblin-bfbc7922204a5faab8b1ff18ef8863e18b36f7fd.zip |
Show last git commit when building Docker image.
Diffstat (limited to 'Dockerfile-debian-python3-sqlite')
-rw-r--r-- | Dockerfile-debian-python3-sqlite | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index ba30ecc5..8683fe3b 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -141,6 +141,7 @@ USER www-data # 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 master . +RUN git show --oneline --no-patch RUN ./bootstrap.sh RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure |