Bodhi: move the wsgi file where httpd expect it in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
24d5180f47
commit
d7207c70a2
1 changed files with 3 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue