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:39:36 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2015-04-10 18:39:36 +0100
commit05e0e3cf9110a85def287669fa302f0b572f4016 (patch)
tree4de08f9565ed4dffe8fd2fb3c520059305d5e6eb /Dockerfile
parent8b18e549126d4c04ecf909c652040aa94cabcb55 (diff)
downloadklee-05e0e3cf9110a85def287669fa302f0b572f4016.tar.gz
Don't upgrade pip or setuptools. Upgrading pip breaks the build because
/usr/local/bin/ isn't in PATH so using pip after upgrading it fails.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 393d1656..f97ffabd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,8 +38,6 @@ RUN apt-get update && \
         wget \
         unzip \
         binutils && \
-    pip install -U setuptools && \
-    pip install -U pip && \
     pip install -U lit tabulate
 
 # Create ``klee`` user for container with password ``klee``.