hc99's picture
Add files using upload-large-folder tool
26e6f31 verified
raw
history blame
152 Bytes
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"]