Skip to content

Commit

Permalink
modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zzrcxb committed Nov 11, 2018
1 parent cdbe5dc commit 5b6eba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ MAINTAINER Neil Zhao, i@zzrcxb.me
WORKDIR /root/

RUN apt update && \
apt install -y build-essential cmake llvm vim git clang python python-pip && \
apt install -y build-essential cmake llvm vim git clang python python3-pip && \
git clone https://github.com/zzrcxb/fusor.git && \
pip install angr termcolor
pip3 install angr termcolor

RUN cd fusor && mkdir build && cd build && cmake .. && make

Expand Down

0 comments on commit 5b6eba2

Please sign in to comment.