File size: 152 Bytes
26e6f31
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM public.ecr.aws/docker/library/python:3.13-alpine3.20

RUN pip install cfn-lint[full]
RUN pip install pydot

ENTRYPOINT ["cfn-lint"]
CMD ["--help"]