We currently have a python script running on a Windows 2016 server where ArcGIS Pro is installed. The script runs as a scheduled task and uses arcpy geoprocessing functionality to manipulate GIS data. The script uses a couple of licensed extensions in addition to an ArcPro concurrent license from a license server. I've been asked to see if this functionality could be converted to a Docker microservice. Would this be feasible? One of the things I'm wondering about is if arcpy could still obtain the needed licenses without a full-blown ArcGIS Pro install on the system.