Fix for opensuse gate failure.

Error in opensuse gate:
[91m/bin/sh: /usr/bin/pip: /usr/bin/python3: bad interpreter: Permission denied

Change-Id: Ieaa030a85c50e798a89e871c05c69b4620cc6922
This commit is contained in:
Rajeshwari Dharwadkar 2019-08-15 10:54:59 -07:00
parent 77deecc294
commit 8170519eac
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ RUN mkdir -p /armada && \
git \
libopenssl-devel \
make && \
pip install --upgrade pip && \
python3 -m pip install -U pip && \
zypper clean -a && \
rm -rf \