#60 Update the docker container to F33 and add a missing dependency
Merged 3 years ago by pingou. Opened 3 years ago by pingou.

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

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

- FROM fedora:32

+ FROM fedora:33

  

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

  
@@ -14,6 +14,7 @@ 

          python3-beanbag \

          python3-gobject \

          python3-defusedxml \

+         python-fasjson-client \

          cairo-devel \

          cairo-gobject-devel \

          gobject-introspection-devel \

no initial comment

rebased onto 2a21d34

3 years ago

Build succeeded.

  • tox : SUCCESS in 6m 26s

Pull-Request has been merged by pingou

3 years ago
Metadata