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:
parent
b6f5d4f314
commit
fd6e0ec09e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user