Merge "optimize size and time using --no-cache-dir"

This commit is contained in:
Zuul
2020-11-16 06:15:42 +00:00
committed by Gerrit Code Review

View File

@@ -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/