From: Magnus Jacobsson Date: Mon, 1 Jun 2020 09:30:10 +0000 (+0200) Subject: Re-add expat-devel to Fedora 33 Dockerfile X-Git-Tag: 2.44.1~33^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b115d1aba02663b3f964c4de6866d0ba29e14c5d;p=graphviz Re-add expat-devel to Fedora 33 Dockerfile Was implicitly removed with 9c8ec112a76feaa7278374eb9192b8acb0280cf8, but is required from redhat/graphviz.spec.fedora.in. --- diff --git a/ci/fedora33/Dockerfile b/ci/fedora33/Dockerfile index 0be9b6c73..415bb55fe 100644 --- a/ci/fedora33/Dockerfile +++ b/ci/fedora33/Dockerfile @@ -13,6 +13,9 @@ RUN yum -y install libtool-ltdl-devel RUN yum -y install ksh RUN yum -y install cmake +# Option xpat +RUN yum -y install expat-devel + # Option glut RUN yum -y install freeglut-devel