summaryrefslogtreecommitdiffstats
path: root/ocata
diff options
context:
space:
mode:
Diffstat (limited to 'ocata')
-rw-r--r--ocata/docker/Dockerfile2
-rw-r--r--ocata/vagrant/test/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ocata/docker/Dockerfile b/ocata/docker/Dockerfile
index c4fa139a..ebf2d179 100644
--- a/ocata/docker/Dockerfile
+++ b/ocata/docker/Dockerfile
@@ -40,7 +40,7 @@ RUN apt-get update && \
wget -O /opt/multicloud-openstack-ocata.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.multicloud.openstack&a=multicloud-openstack-ocata&e=zip&v=1.4.0" && \
unzip -q -o -B /opt/multicloud-openstack-ocata.zip -d /opt/ && \
rm -f /opt/multicloud-openstack-ocata.zip && \
- pip install -r /opt/ocata/requirements.txt && \
+ pip install --no-cache-dir -r /opt/ocata/requirements.txt && \
apt-get --purge remove -y wget unzip gcc libssl-dev && \
apt-get -y autoremove && \
mkdir -p /var/log/onap/multicloud/openstack/ocata && \
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