diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-10 18:04:44 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-10 18:04:44 +0100 |
commit | 8b18e549126d4c04ecf909c652040aa94cabcb55 (patch) | |
tree | 8ee546ee3adeb528d92670f7de4af59d58d4bd02 /Dockerfile | |
parent | e9e866ea2e28913fcb41afc3fbb43fe3681c763d (diff) | |
download | klee-8b18e549126d4c04ecf909c652040aa94cabcb55.tar.gz |
Add missing slash in last commit.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index be8f1b7a..393d1656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get update && \ unzip \ binutils && \ pip install -U setuptools && \ - pip install -U pip && + pip install -U pip && \ pip install -U lit tabulate # Create ``klee`` user for container with password ``klee``. |