Show last git commit when building Docker image.

This commit is contained in:
Ben Sturmfels 2021-03-03 22:46:58 +11:00
parent c2e93da0ce
commit bfbc792220
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -68,6 +68,7 @@ RUN chown root:www-data /var/www
USER www-data
RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
RUN git show --oneline --no-patch
RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure