summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-11-16 06:15:42 +0000
committerGerrit Code Review <review@openstack.org>2020-11-16 06:15:42 +0000
commit1480df28d1ccb6b005b39d8beb0dfe4953f72b46 (patch)
tree6b20b7a499cab4071bbd50753297058afd077777
parentc5733ee95560d6af66511da2ef4dd5cd81c0b956 (diff)
parentdd8d284c3621b58a27568843a94e91ff34369f31 (diff)
downloadheat-templates-1480df28d1ccb6b005b39d8beb0dfe4953f72b46.tar.gz
Merge "optimize size and time using --no-cache-dir"
-rw-r--r--hot/software-config/heat-container-agent/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hot/software-config/heat-container-agent/Dockerfile b/hot/software-config/heat-container-agent/Dockerfile
index a37d809..92b60e0 100644
--- a/hot/software-config/heat-container-agent/Dockerfile
+++ b/hot/software-config/heat-container-agent/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf -y --setopt=tsflags=nodocs install \
# pip installing dpath as python-dpath is an older version of dpath
# install docker-compose
-RUN pip install --no-cache dpath docker-compose
+RUN pip --no-cache-dir install dpath docker-compose
ADD ./scripts/55-heat-config \
/opt/stack/os-config-refresh/configure.d/