about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorHexcoder <heiko@hexco.de>2018-01-15 17:23:50 +0100
committerMartinNowack <martin.nowack@gmail.com>2018-01-17 14:29:46 +0100
commit9723acda08a7134d7f837fad9026a833db0c42fa (patch)
treefa48c4f14e2403fe4a36802f66bbae5c11d03a1c /Dockerfile
parent3916f00c68611a8c85b856bc4af7f43bb5f0e628 (diff)
downloadklee-9723acda08a7134d7f837fad9026a833db0c42fa.tar.gz
add wllvm to the python packages to be installed
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 066d5571..7d23dc7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,7 +43,7 @@ RUN apt-get update && \
         wget \
         unzip \
         binutils && \
-    pip3 install -U lit tabulate && \
+    pip3 install -U lit tabulate wllvm && \
     update-alternatives --install /usr/bin/python python /usr/bin/python3 50 && \
     ( wget -O - http://download.opensuse.org/repositories/home:delcypher:z3/xUbuntu_14.04/Release.key | apt-key add - ) && \
     echo 'deb http://download.opensuse.org/repositories/home:/delcypher:/z3/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/z3.list && \