mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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
|
FROM haskell
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
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
|
RUN cabal update && cabal install shellcheck
|
||||||
|
|
||||||
CMD ["shellcheck"]
|
CMD ["shellcheck"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user