mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
Add Alpine-based docker image
This commit is contained in:
parent
3785a08906
commit
f73736e5c9
3 changed files with 30 additions and 21 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM scratch
|
||||
|
||||
MAINTAINER Vidar Holen <vidar@vidarholen.net>
|
||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||
|
||||
# This file assumes ShellCheck has already been built.
|
||||
# See https://github.com/koalaman/scbuilder
|
||||
COPY shellcheck /
|
||||
COPY shellcheck /bin
|
||||
|
||||
WORKDIR /mnt
|
||||
ENTRYPOINT ["/shellcheck"]
|
||||
ENTRYPOINT ["/bin/shellcheck"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue