diff options
author | David Leon Gil <dgil@yahoo-inc.com> | 2015-04-10 09:55:19 -0700 |
---|---|---|
committer | David Leon Gil <dgil@yahoo-inc.com> | 2015-04-10 09:55:19 -0700 |
commit | e9e866ea2e28913fcb41afc3fbb43fe3681c763d (patch) | |
tree | 0f30414c759ccad67aceda0f9142268e4a6666ca /Dockerfile | |
parent | 01933d1b5cf6fc38abe8c7722e447bd312a6e148 (diff) | |
download | klee-e9e866ea2e28913fcb41afc3fbb43fe3681c763d.tar.gz |
Update Dockerfile
klee-stats requires tabulate to be installed.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
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) |