mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user