Merge "Updating pip reference to pip3 for upgrade"

This commit is contained in:
Zuul 2019-08-19 17:16:35 +00:00 committed by Gerrit Code Review
commit cba094b7dd
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ RUN mkdir -p /armada && \
gcc \
git \
libopenssl-devel \
make && \
pip install --upgrade pip && \
python3 -m pip install -U pip && \
make
RUN pip3 install --upgrade pip && \
zypper clean -a && \
rm -rf \
/tmp/* \