mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
update sc
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
37baf070b7
commit
016df4ab93
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user