Skip to content

Commit

Permalink
update Dockerfile to install pydot (aws-cloudformation#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nxtra authored Apr 27, 2020
1 parent 3b706b2 commit c59d066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.8-alpine

RUN pip install cfn-lint
RUN pip install pydot

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

0 comments on commit c59d066

Please sign in to comment.