The Wayback Machine - https://web.archive.org/web/20201129231733/https://github.com/koalaman/scbuilder
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

scbuilder

Docker image for building a statically linked ShellCheck binary.

Usage

docker pull koalaman/scbuilder &&
git clone https://github.com/koalaman/shellcheck &&
cd shellcheck/ &&
docker run --volume "${PWD}:/mnt" koalaman/scbuilder

This should result in a statically linked shellcheck in the current directory.

About

Docker image for autobuilding statically linked ShellCheck binaries for Linux

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.