Bodhi: move the wsgi file where httpd expect it in stg

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-10-10 20:53:04 +02:00 committed by Pierre-Yves Chibon
parent 24d5180f47
commit d7207c70a2

View file

@ -47,7 +47,9 @@ 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 . && \
mkdir -p /usr/share/bodhi && \
cp /srv/bodhi/apache/bodhi.wsgi /usr/share/bodhi/bodhi.wsgi
# Set up krb5
RUN rm -f /etc/krb5.conf && \