1
0
Fork 0
forked from infra/ansible

bodhi-stg: add python-redis to base image

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2026-06-02 09:07:28 +02:00
commit 3731a63a13

View file

@ -14,7 +14,7 @@ RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedorapr
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo
{% endif %}
{% if env == "staging" %}
RUN dnf install -y bodhi-server python3-koji-fedoramessaging-messages python3-gunicorn sed valkey --refresh
RUN dnf install -y bodhi-server python3-koji-fedoramessaging-messages python3-gunicorn python3-redis sed valkey --refresh
{% else %}
RUN dnf install -y bodhi-server-{{bodhi_version}} python3-koji-fedoramessaging-messages python3-gunicorn sed
{% endif %}