Add Alpine-based docker image

This commit is contained in:
Vidar Holen
2017-10-07 13:18:59 -07:00
parent 3785a08906
commit f73736e5c9
3 changed files with 30 additions and 21 deletions

View File

@@ -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"]