From 73d0fbe69ad33fb5f0bfee9ed4812d6e64efb357 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Jul 19 2021 13:45:50 +0000 Subject: Install SSL/TLS modules for the Apache --- diff --git a/Dockerfile b/Dockerfile index 8db44a3..c2a2ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,15 @@ USER root COPY ./resultsdb.spec /opt/app-root/src/resultsdb/resultsdb.spec # install dependencies defined in RPM spec file -RUN dnf -y install findutils rpm-build python3-pip python3-mod_wsgi httpd python3-psycopg2 python3-stomppy \ +RUN dnf -y install \ + findutils \ + httpd \ + mod_ssl \ + python3-mod_wsgi \ + python3-pip \ + python3-psycopg2 \ + python3-stomppy \ + rpm-build \ && rpm --query --requires --specfile /opt/app-root/src/resultsdb/resultsdb.spec | xargs -d '\n' dnf -y install COPY . /opt/app-root/src/resultsdb/