summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2017-12-07build: update alpine in docker build to version 3.7Christian Hesse
2017-06-03build: port self-contained executable to libuntarMarc André Tanner
It is currently not packaged by Alpine which is why we are building it during docker image creation. Also cleanup vis-single.
2017-06-02port self-contained executable to libtarChristian Hesse
libarchive is nice, but adds a lot of bloat we carry around without using it. So port to libtar.
2017-05-31build: switch docker image to i386 architectureMarc André Tanner
2017-05-31build: try to make docker build reproducibleMarc André Tanner
2017-05-31build: cleanup self contained executableMarc André Tanner
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 Hesse
2017-05-31build: add Dockerfile for static builds from AlpineMarc André Tanner
Signed-off-by: Christian Hesse <mail@eworm.de>