From b115d1aba02663b3f964c4de6866d0ba29e14c5d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 1 Jun 2020 11:30:10 +0200 Subject: [PATCH] Re-add expat-devel to Fedora 33 Dockerfile Was implicitly removed with 9c8ec112a76feaa7278374eb9192b8acb0280cf8, but is required from redhat/graphviz.spec.fedora.in. --- ci/fedora33/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0