From 767600370cabf4aba053b0269aa0b566c116fc95 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: May 20 2019 03:19:56 +0000 Subject: add python3-stomppy to OpenShift Dockerfile --- diff --git a/openshift/Dockerfile b/openshift/Dockerfile index 953271c..8d90052 100644 --- a/openshift/Dockerfile +++ b/openshift/Dockerfile @@ -16,7 +16,7 @@ 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 python3-psycopg2 \ +RUN dnf -y install findutils rpm-build python3-pip python3-mod_wsgi python3-psycopg2 python3-stomppy \ && rpm --query --requires --specfile ./resultsdb/resultsdb.spec | xargs -d '\n' dnf -y install COPY . /opt/app-root/src/resultsdb/