Merge "Noop update to force python-builder/base to rebuild"

This commit is contained in:
Zuul 2020-07-18 01:13:44 +00:00 committed by Gerrit Code Review
commit 2f7959d5f2

View File

@ -23,7 +23,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Upgrade pip to fix wheel cache for locally built wheels
# Upgrade pip to fix wheel cache for locally built wheels.
# See https://github.com/pypa/pip/issues/6852
RUN pip install -U pip