aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable LuaJIT on the Docker image (#10414)Buckaroo Banzai2020-09-261-2/+2
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-4/+18
|
* Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot2020-04-161-0/+1
|
* Dockerfile: use alpine to reduce size (#9226)ㄗㄠˋ ㄑㄧˊ2020-04-121-28/+40
| | | | | | | | | | | | | * Dockerfile: use alpine to reduce size * Fix the UID & GID + alpine version + rights * Reduce the junk when we copy, only copy needed files * Build in the right cmake place & permit customize mtg version * Latest build fixes Co-authored-by: Loïc Blot <nerzhul@users.noreply.github.com>
* Automated build changes (#9619)Loïc Blot2020-04-091-1/+1
| | | | | | | | | * Automated build changes * drop a useless ubuntu non lts version * update gitlab ci syntax to modern one * add debian 10 step on the gitlab ci pipeline * switch docker build to Debian 10 * add .gradle folder to gitignore
* Fix syntax error in Dockerfilerubenwardy2020-01-171-1/+1
|
* Dockerfile: correct `apt clean` + git clone --depth 1 + remove .git (#8697)Zaoqi2019-12-171-5/+6
|
* Add a Dockerfile + gitlab CI build (#7968)Loïc Blot2018-12-121-0/+40
* Add a minetest docker file * Clone minetest_game from git directly