mirror of https://github.com/google/oss-fuzz.git
Display commit version number while building libpng (#836)
This commit is contained in:
parent
e20958968c
commit
031ee67876
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue