Skip to content

Commit

Permalink
Merge pull request #4 from mimicria/main
Browse files Browse the repository at this point in the history
Update Dockerfile: add python dependencies
  • Loading branch information
Tricker-z committed Sep 4, 2023
2 parents 80a5cfa + 67c6c24 commit 89eee76
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 @@ -6,7 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git clang-10 llvm-10-dev l
libboost-all-dev libeigen3-dev swig

WORKDIR /workspace

RUN python3 -m pip install numpy scikit-learn z3 six tqdm
RUN git clone https://github.com/Tricker-z/CoFuzz.git && \
cd CoFuzz && \
git submodule update --init --recursive && \
Expand Down

0 comments on commit 89eee76

Please sign in to comment.