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
commit 1480df28d1
1 changed files with 1 additions and 1 deletions

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/