| |
@@ -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.