summaryrefslogtreecommitdiffstats
path: root/newton/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'newton/docker/Dockerfile')
-rw-r--r--newton/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile
index 3a7d3095..6c477b03 100644
--- a/newton/docker/Dockerfile
+++ b/newton/docker/Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && \
unzip -q -o -B multicloud-openstack-newton.zip && \
chmod +x /opt/newton/*.sh && \
rm -f multicloud-openstack-newton.zip && \
- pip install -r /opt/newton/requirements.txt
+ pip install --no-cache-dir -r /opt/newton/requirements.txt
WORKDIR /opt/newton
CMD /bin/sh -c /opt/newton/run.sh