install z3 with pip in Dockerfile (#502)
This commit is contained in:
parent
0efa37933a
commit
b9333838ad
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||
MAINTAINER JP Smith
|
||||
|
||||
RUN apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install z3 python-pip git && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install python-pip git && \
|
||||
git clone https://github.com/trailofbits/manticore.git && \
|
||||
cd manticore && \
|
||||
pip install .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user