diff options
Diffstat (limited to 'ocata/vagrant/test/Dockerfile')
-rw-r--r-- | ocata/vagrant/test/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile index 10e17cae..c3bfaafc 100644 --- a/ocata/vagrant/test/Dockerfile +++ b/ocata/vagrant/test/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && \ unzip -q -o -B multicloud-openstack-ocata.zip && \ chmod +x /opt/ocata/*.sh && \ rm -f multicloud-openstack-ocata.zip && \ - pip install -r /opt/ocata/requirements.txt + pip install --no-cache-dir -r /opt/ocata/requirements.txt ADD extsys.py /opt/ocata/lib/share/common/msapi/extsys.py |