Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rnshah9 authored and ForAllSecure Mayhem Bot committed Aug 25, 2024
1 parent cc21e61 commit fb79639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mayhem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /repo/build
RUN cmake ..
RUN make -j8
WORKDIR /repo
RUN clang++ /repo/mayhem/fuzz.cpp utility/*.cpp tools/*.cpp -fsanitize=fuzzer -o /fuzz -Iutility/ -I.
RUN clang++ /repo/mayhem/fuzz_fullDir.cpp utility/*.cpp tools/*.cpp -fsanitize=fuzzer -o /fuzz -Iutility/ -I.

FROM ubuntu:22.04 as package
COPY --from=builder /repo/build/cnip /
Expand Down

0 comments on commit fb79639

Please sign in to comment.