#22 Install SSL/TLS modules for the Apache
Merged 3 years ago by jskladan. Opened 3 years ago by lholecek.
taskotron/ lholecek/resultsdb_frontend install-mod_ssl  into  develop

Install SSL/TLS modules for the Apache
Lukas Holecek • 3 years ago  
file modified
+7 -1
@@ -18,7 +18,13 @@ 

  COPY ./resultsdb_frontend.spec /opt/app-root/src/resultsdb_frontend/resultsdb_frontend.spec

  

  # install dependencies defined in RPM spec file

- RUN dnf -y install findutils rpm-build python3-pip python3-mod_wsgi httpd \

+ RUN dnf -y install \

+         findutils \

+         httpd \

+         mod_ssl \

+         python3-mod_wsgi \

+         python3-pip \

+         rpm-build \

      && rpm --query --requires --specfile /opt/app-root/src/resultsdb_frontend/resultsdb_frontend.spec | xargs -d '\n' dnf -y install \

      && dnf -y clean all

  

no initial comment

I see it's the same change from ResultsDB but for the frontend (https://pagure.io/taskotron/resultsdb/pull-request/151)

LGTM +1

@frantisekz Please review. (I don't think I can merge this myself.)

Pull-Request has been merged by jskladan

3 years ago
Metadata