Display commit version number while building libpng (#836)

This commit is contained in:
Glenn Randers-Pehrson 2017-09-08 12:53:55 -04:00 committed by Kostya Serebryany
parent e20958968c
commit 031ee67876
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ MAINTAINER glennrp@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev
RUN git clone --depth 1 https://github.com/glennrp/libpng.git
RUN (cd libpng; git log | head -1)
WORKDIR libpng
COPY build.sh $SRC/