mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Make TravisCI auto-build Linux executables.
This commit is contained in:
parent
2ded4df6fa
commit
21f5bf01eb
4 changed files with 24 additions and 66 deletions
13
Dockerfile
13
Dockerfile
|
@ -1,11 +1,10 @@
|
|||
FROM alpine:latest
|
||||
FROM scratch
|
||||
|
||||
MAINTAINER Nikyle Nguyen <NLKNguyen@MSN.com>
|
||||
MAINTAINER Vidar Holen <vidar@vidarholen.net>
|
||||
|
||||
COPY package/bin/shellcheck /usr/local/bin/
|
||||
COPY package/lib/ /usr/local/lib/
|
||||
|
||||
RUN ldconfig /usr/local/lib
|
||||
# This file assumes ShellCheck has already been built.
|
||||
# See https://github.com/koalaman/scbuilder
|
||||
COPY shellcheck /
|
||||
|
||||
WORKDIR /mnt
|
||||
ENTRYPOINT ["shellcheck"]
|
||||
ENTRYPOINT ["/shellcheck"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue