mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
11 lines
219 B
Docker
11 lines
219 B
Docker
FROM scratch
|
|
|
|
MAINTAINER Vidar Holen <vidar@vidarholen.net>
|
|
|
|
# This file assumes ShellCheck has already been built.
|
|
# See https://github.com/koalaman/scbuilder
|
|
COPY shellcheck /
|
|
|
|
WORKDIR /mnt
|
|
ENTRYPOINT ["/shellcheck"]
|