Haskell Dockerfile Linter
A smarter Dockerfile linter that helps you build best practice Docker images. The linter parses the Dockerfile into an AST and performs rules on top of the AST. It uses ShellCheck to lint the Bash code inside
RUN
instructions.