about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-04-10 18:04:44 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2015-04-10 18:04:44 +0100
commit8b18e549126d4c04ecf909c652040aa94cabcb55 (patch)
tree8ee546ee3adeb528d92670f7de4af59d58d4bd02 /Dockerfile
parente9e866ea2e28913fcb41afc3fbb43fe3681c763d (diff)
downloadklee-8b18e549126d4c04ecf909c652040aa94cabcb55.tar.gz
Add missing slash in last commit.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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``.