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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

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"]