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:
parent
92fec59ee1
commit
92d7ec84a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue