From e9e866ea2e28913fcb41afc3fbb43fe3681c763d Mon Sep 17 00:00:00 2001 From: David Leon Gil Date: Fri, 10 Apr 2015 09:55:19 -0700 Subject: Update Dockerfile klee-stats requires tabulate to be installed. --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dockerfile') 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) -- cgit 1.4.1