mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-12 16:13:19 -07:00
10 lines
219 B
Docker
10 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"]
|