Show last git commit when building Docker image.
This commit is contained in:
parent
c2e93da0ce
commit
bfbc792220
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user