The first two lines I have from a Dockerfile that sets up a MapServer instance 
are

FROM fedora:42

RUN dnf install -y libcurl wget git gdal mapserver mod_fcgid;

There are no more install commands in the script.  I can't figure out what is 
causing Apache to be installed here, but it definitely is (I know because 
everything works).  Any idea?

Thanks,
Rob
_______________________________________________
MapServer-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to