#15 Install python-bugzilla in the container
Merged 3 years ago by mohanboddu. Opened 3 years ago by pingou.

file modified
+3 -1
@@ -1,5 +1,5 @@ 

  # This Dockerfile is used to build and run toddlers on Openshift

- FROM fedora:31

+ FROM fedora:32

  

  LABEL maintainer "Pierre-Yves Chibon <pingou@pingoured.fr>"

  
@@ -8,8 +8,10 @@ 

          fedora-messaging \

          python3-requests \

          python3-koji \

+         python3-bugzilla --enablerepo=updates-testing \

      && dnf clean all

  

+ 

  COPY . /code

  #ENTRYPOINT ["/code/entrypoint.sh"]

  ENV PYTHONPATH=/code

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

Pull-Request has been merged by mohanboddu

3 years ago

Build succeeded.

  • tox : SUCCESS in 3m 31s
Metadata