mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
Replaced and optimised shellcheck dockerfile (#326)
This commit is contained in:
committed by
Jess Frazelle
parent
c1f57d214a
commit
ed4b72323a
@@ -1,4 +1,5 @@
|
||||
FROM haskell
|
||||
FROM debian:buster-slim
|
||||
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
@@ -6,6 +7,6 @@ RUN apt-get update && apt-get install -y \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN cabal update && cabal install shellcheck
|
||||
RUN apt-get update && apt-get install -y shellcheck
|
||||
|
||||
CMD ["shellcheck"]
|
||||
|
||||
Reference in New Issue
Block a user