bodhi: fix dockerfile

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-07-16 13:36:52 +02:00
parent f0aba5d2a9
commit 8de42b2da6

View file

@ -43,8 +43,8 @@ RUN dnf install -y \
python3-librepo \
python3-mod_wsgi \
python3-gunicorn \
koji && \
dnf clean all
&& pip install koji \
&& dnf clean all
RUN git clone -b {{bodhi_version}} https://github.com/fedora-infra/bodhi.git /srv/bodhi && \
cd /srv/bodhi && \