Skip to content

Commit

Permalink
Fix casing in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rnshah9 authored and ForAllSecure Mayhem Bot committed Oct 8, 2024
1 parent 373da0e commit c168342
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 @@ -14,5 +14,5 @@ FROM ubuntu:22.04 as package
COPY --from=builder /repo/build/cnip /
COPY --from=builder /repo/build/C/* /deps/
COPY --from=builder /repo/build/common/* /deps/
COPY --from=builder /fuzz /fuzz_fulldir
COPY --from=builder /fuzz /fuzz_fullDir
ENV LD_LIBRARY_PATH=/deps

0 comments on commit c168342

Please sign in to comment.