add shellcheck

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-17 12:35:25 -07:00
parent 87f3f641a9
commit 37baf070b7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

6
shellcheck/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN cabal update && cabal install shellcheck
CMD ["shellcheck"]