]> granicus.if.org Git - graphviz/commitdiff
Re-add expat-devel to Fedora 33 Dockerfile
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 1 Jun 2020 09:30:10 +0000 (11:30 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 1 Jun 2020 11:56:00 +0000 (13:56 +0200)
Was implicitly removed with 9c8ec112a76feaa7278374eb9192b8acb0280cf8,
but is required from redhat/graphviz.spec.fedora.in.

ci/fedora33/Dockerfile

index 0be9b6c7372926fdec950c56e5f5653692b6ed31..415bb55fec415532fe941bc5202969576f1e22a6 100644 (file)
@@ -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