Hello,
I am migrating from grafana 4.6.2 to 5.3.0. One of the breaking changes was removal of cURL in the image. I see that it was added back in the master branch as part of this git issue But I am not able to see it being included in any of the docker images
grafana@873f7982c8fa:/usr/share/grafana$ curl
bash: curl: command not found
for all the recent images (5.3.0, latest, master)
Does anyone know why this change did not make it to any of the docker image?
Context: I am using cURL to fetch MySQL password from a secure server in a shell script and running that as an entrypoint for grafana container.