bodhi: add the graphql deps

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-08-11 16:58:52 +02:00
parent 3ba9c68e76
commit f4c5453a10

View file

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