mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
37baf070b7
Signed-off-by: Jess Frazelle <acidburn@google.com>
7 lines
123 B
Docker
7 lines
123 B
Docker
FROM haskell
|
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
|
|
|
RUN cabal update && cabal install shellcheck
|
|
|
|
CMD ["shellcheck"]
|