bodhi: skip pep517 on install bodhi in openshift

This doesn't per say solve the bug/traceback but it should prevent
us from triggering it.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-10-28 11:53:55 +01:00
parent 92fec59ee1
commit 92d7ec84a8

View file

@ -47,7 +47,7 @@ RUN dnf install -y \
RUN git clone -b 5.0 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \
cd /srv/bodhi && \
python3 -m pip install . && \
python3 -m pip install . --no-use-pep517 && \
mkdir -p /usr/share/bodhi && \
cp /srv/bodhi/apache/bodhi.wsgi /usr/share/bodhi/bodhi.wsgi