alpine/cfn
Currently two tools are installed
If you need add new tools, raise ticket in https://github.com/alpine-docker/cfn
# cd to the folder where you put the cloudformation templates
# for example, the template file name is `template.yaml`
$ docker run -ti --rm -v $(pwd):/data -w /data alpine/cfn cfn-lint template.yaml
docker pull alpine/cfn