mirror of https://github.com/google/oss-fuzz.git
Correct cmark upstream repo name (#1739)
This commit is contained in:
parent
e4d8b665f5
commit
edac5d558c
|
@ -17,6 +17,6 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER philipturnbull@github.com
|
||||
RUN apt-get update && apt-get install -y make cmake
|
||||
RUN git clone --depth 1 https://github.com/jgm/cmark.git cmark
|
||||
RUN git clone --depth 1 https://github.com/commonmark/cmark.git cmark
|
||||
WORKDIR cmark
|
||||
COPY build.sh *.dict *.options $SRC/
|
||||
|
|
Loading…
Reference in New Issue