Skip to content

Commit

Permalink
Fix path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Aug 9, 2024
1 parent b18cb34 commit bfbc206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN git clone https://github.com/AFLplusplus/AFLplusplus && \

# Copy Honggfuzz PASTIS patch.
RUN mkdir patches
COPY engines/pastis-honggfuzz/patches/honggfuzz-5a504b49-pastis.patch patches/honggfuzz-5a504b49-pastis.patch
COPY engines/patches/honggfuzz-5a504b49-pastis.patch patches/honggfuzz-5a504b49-pastis.patch

# Download, patch, compile and install Honggfuzz.
RUN git clone https://github.com/google/honggfuzz.git honggfuzz-5a504b49 && \
Expand Down

0 comments on commit bfbc206

Please sign in to comment.