diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-10 18:39:36 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-10 18:39:36 +0100 |
commit | 05e0e3cf9110a85def287669fa302f0b572f4016 (patch) | |
tree | 4de08f9565ed4dffe8fd2fb3c520059305d5e6eb /Dockerfile | |
parent | 8b18e549126d4c04ecf909c652040aa94cabcb55 (diff) | |
download | klee-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-- | Dockerfile | 2 |
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``. |