mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 23:27:38 +08:00
Add Alpine-based docker image
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user