mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add shellcheck
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
87f3f641a9
commit
37baf070b7
6
shellcheck/Dockerfile
Normal file
6
shellcheck/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM haskell
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN cabal update && cabal install shellcheck
|
||||
|
||||
CMD ["shellcheck"]
|
Loading…
Reference in New Issue
Block a user