We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7f4f0 commit 707153dCopy full SHA for 707153d
projects/markdown-it-py/Dockerfile
@@ -14,5 +14,5 @@
14
# limitations under the License.
15
FROM gcr.io/oss-fuzz-base/base-builder-python
16
RUN git clone https://github.com/executablebooks/markdown-it-py markdown-it-py
17
-COPY *.sh *py $SRC/
+COPY *.sh $SRC/
18
WORKDIR $SRC/markdown-it-py
projects/markdown-it-py/build.sh
@@ -14,9 +14,9 @@
#
################################################################################
-pip3 install .
+python3 -m pip install .
19
# Build fuzzers in $OUT.
20
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
21
compile_python_fuzzer $fuzzer
22
-done
+done
projects/markdown-it-py/fuzz_markdown.py
projects/markdown-it-py/fuzz_markdown_extended.py
0 commit comments