update sc

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-10-17 13:14:32 -07:00
parent 37baf070b7
commit 016df4ab93

View File

@@ -1,6 +1,11 @@
FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \
file \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN cabal update && cabal install shellcheck
CMD ["shellcheck"]