#138 add python3-stomppy to OpenShift Dockerfile
Merged 5 years ago by jskladan. Opened 5 years ago by rayson.
taskotron/ rayson/resultsdb dockerfile-add-stomppy  into  develop

file modified
+1 -1
@@ -16,7 +16,7 @@ 

  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/

We are looking to use the container image built from this Dockerfile to run Factory 2.0 integration tests. python3-stomppy is required to set up the messaging.

Pull-Request has been merged by jskladan

5 years ago
Metadata