aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2021-03-09Fix missing jsoncpp in the Docker imageLejo
2020-09-26Enable LuaJIT on the Docker image (#10414)Buckaroo Banzai
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-16Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot
2020-04-12Dockerfile: use alpine to reduce size (#9226)ㄗㄠˋ ㄑㄧˊ
* 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>
2020-04-09Automated build changes (#9619)Loïc Blot
* 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
2020-01-17Fix syntax error in Dockerfilerubenwardy
2019-12-17Dockerfile: correct `apt clean` + git clone --depth 1 + remove .git (#8697)Zaoqi
2018-12-12Add a Dockerfile + gitlab CI build (#7968)Loïc Blot
* Add a minetest docker file * Clone minetest_game from git directly