Open
Description
The docker image doesn't have curl installed. I need this in my script.
Am I missing something or there is no way to automatically install the dependencies needed for a script in the docker?
It would be nice if we could have something like dependencies: curl, jq, whatever
and then you install then on docker start