52af3b6
@@ -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
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.)
LGTM
Pull-Request has been merged by jskladan