We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 630938d + 5ac272f commit 2d8bb46Copy full SHA for 2d8bb46
projects/mupdf/Dockerfile
@@ -16,7 +16,7 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y make libtool pkg-config
19
-RUN git clone --recursive --depth 1 git://git.ghostscript.com/mupdf.git mupdf
+RUN git clone --recursive --depth 1 https://github.com/ArtifexSoftware/mupdf.git mupdf
20
RUN git clone --depth 1 https://github.com/mozilla/pdf.js pdf.js && \
21
zip -q $SRC/pdf_fuzzer_seed_corpus.zip pdf.js/test/pdfs/*.pdf && \
22
rm -rf pdf.js
0 commit comments