#406 Do not install python3-flower in container image, it is broken.
Merged 3 years ago by lsedlar. Opened 3 years ago by jkaluza.
jkaluza/odcs f31  into  master

file modified
+1 -2
@@ -9,7 +9,7 @@ 

  WORKDIR /src

  RUN cd /etc/yum.repos.d/ \

      && dnf -v -y install 'dnf-command(config-manager)' \

-     && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-F-28/compose/Everything/x86_64/os/ \

+     && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-F-31/compose/Everything/x86_64/os/ \

      && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/repos/eng-rhel-7/x86_64 \

      && dnf -v --nogpg -y install httpd python3-mod_wsgi mod_auth_gssapi python2-rhmsg mod_ssl mod_ldap \

          systemd \
@@ -37,7 +37,6 @@ 

          python3-psycopg2 \

          python3-psutil \

          python3-celery \

-         python3-flower \

          python3-ldap \

          python3-gobject-base \

          python3-flask-script \

no initial comment

Pull-Request has been merged by lsedlar

3 years ago