aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31build: try to make docker build reproducibleMarc André Tanner1-1/+1
2017-05-31build: cleanup self contained executableMarc André Tanner1-1/+1
Set $PATH and $TERMINFO_DIRS environment variables, use chdir(2) to simplify extraction logic, improve error handling.
2017-05-31build: allow to build self-contained executableChristian Hesse1-1/+3
2017-05-31build: add Dockerfile for static builds from AlpineMarc André Tanner1-0/+14
Signed-off-by: Christian Hesse <mail@eworm.de>