Noop update to force python-builder/base to rebuild

We want these to rebuild to push up multiarch images. I couldn't come up
with a good actual change so I added a . to a comment instead.

Change-Id: I287fee62075bc124ea7d9cc51baaeecdc0e73c6c
This commit is contained in:
Clark Boylan 2020-07-17 16:17:22 -07:00
parent b6f5d4f314
commit fd6e0ec09e
1 changed files with 1 additions and 1 deletions

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