cyborg-api: install proper WSGI for CentOS

Change-Id: Icc9d65c4ce22c959145a8d95fc6b823252659ddd
(cherry picked from commit 14ef775c6e)
This commit is contained in:
Marcin Juszkiewicz 2020-06-16 10:11:36 +02:00 committed by Radosław Piliszek
parent 47eecc0180
commit 4d504c1ec9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{% if base_package_type == 'rpm' %} {% if base_package_type == 'rpm' %}
{% set cyborg_api_packages = [ {% set cyborg_api_packages = [
'mod_ssl', 'mod_ssl',
'mod_wsgi' 'python3-mod_wsgi'
] %} ] %}
{% elif base_package_type == 'deb' %} {% elif base_package_type == 'deb' %}
{% set cyborg_api_packages = [ {% set cyborg_api_packages = [