Document the minimum dependencies necessary to use this action with custom containers #399
Closed
Description
It would be nice to know the minimum amount of software necessary to run this with a custom container. For example, this project requires git
at at least v2.18.
I'm currently trying to debug this failure:
/usr/bin/docker exec 186a95cc5746a0d66133af0ae7ec9e161d903825e4c12bdf02f1a2fcede1fe14 sh -c "cat /etc/*release | grep ^ID"
Running JavaScript Action with default external tool: node12
OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "no such file or directory": unknown
I suspect this means I need to add Node.js to the container image but I'm not sure.