The container image tag of fedora:latest has advanced to fedora:35. However, current distro packages of Inkscape and pango on Fedora 35 are not compatible with each other and multi-line text in SVG are not rendered properly [1, 2]. [1]: https://gitlab.com/inkscape/inkscape/-/issues/2864 [2]: https://bugzilla.redhat.com/show_bug.cgi?id=2018036 Explicitly use fedora:34 for the time being. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- docker/Dockerfile.fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.fedora b/docker/Dockerfile.fedora index 91633948..c2af8d11 100644 --- a/docker/Dockerfile.fedora +++ b/docker/Dockerfile.fedora @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM fedora:34 RUN dnf -y update && dnf install -y --setopt=tsflags=nodocs \ fig2ps graphviz inkscape make git vim nano gnuplot-minimal groff time \ base-commit: 2f38b15c1e6e35a374c51ec07fd02c0a33e62219 -- 2.17.1