aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2c5c5465..be8f1b7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,9 @@ RUN apt-get update && \
wget \
unzip \
binutils && \
- pip install lit
+ pip install -U setuptools && \
+ pip install -U pip &&
+ pip install -U lit tabulate
# Create ``klee`` user for container with password ``klee``.
# and give it password-less sudo access (temporarily so we can use the TravisCI scripts)