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