From 49d9dd7542ddd9158db891b62e1109550872df83 Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: May 05 2022 14:16:10 +0000 Subject: cs9 image fixes --- diff --git a/images/resultsdb-backend/centos.Dockerfile b/images/resultsdb-backend/centos.Dockerfile index 64d6573..8dadc0c 100644 --- a/images/resultsdb-backend/centos.Dockerfile +++ b/images/resultsdb-backend/centos.Dockerfile @@ -18,7 +18,15 @@ RUN yum install -y \ RUN yum clean all -RUN pip3 install flask flask_sqlalchemy +RUN pip3 install \ +flask \ +flask_sqlalchemy \ +werkzeug \ +stomp.py \ +fedora-messaging \ +Flask-RESTful \ +iso8601 \ +alembic RUN pip3 install git+https://pagure.io/taskotron/resultsdb.git diff --git a/images/resultsdb-frontend/centos.Dockerfile b/images/resultsdb-frontend/centos.Dockerfile index c943ebc..e00b005 100644 --- a/images/resultsdb-frontend/centos.Dockerfile +++ b/images/resultsdb-frontend/centos.Dockerfile @@ -18,7 +18,15 @@ RUN yum install -y \ RUN yum clean all -RUN pip3 install flask flask_sqlalchemy +RUN pip3 install \ +flask \ +flask_sqlalchemy \ +cachelib \ +werkzeug \ +stomp.py \ +fedora-messaging \ +git+https://pagure.io/taskotron/resultsdb.git \ +git+https://pagure.io/taskotron/resultsdb_api.git -RUN pip3 install git+https://pagure.io/taskotron/resultsdb.git +RUN pip3 install git+https://pagure.io/taskotron/resultsdb_frontend.git