Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob committed Jan 18, 2025
1 parent 0eab945 commit 40b7900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pdfplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/ennamarie19/pdfplumber.git pdfplumber

RUN git clone --depth 1 https://github.com/jsvine/pdfplumber.git pdfplumber \
&& rm -rf pdfplumber/fuzz # Remove the directory, if it exists
&& cp -r pdfplumber_fuzzer/fuzz pdfplumber
RUN cp -r pdfplumber_fuzzer/fuzz pdfplumber \
&& cp pdfplumber/fuzz/build.sh $SRC/
WORKDIR $SRC/pdfplumber

0 comments on commit 40b7900

Please sign in to comment.