Correct cmark upstream repo name (#1739)

This commit is contained in:
Ashe Connor 2018-08-21 10:09:25 +10:00 committed by Kostya Serebryany
parent e4d8b665f5
commit edac5d558c
1 changed files with 1 additions and 1 deletions

View File

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