Skip to content

Commit

Permalink
Update Dockerfile: add python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mimicria committed Sep 3, 2023
1 parent 80a5cfa commit 67c6c24
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 67c6c24

Please sign in to comment.