summaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* Fix missing jsoncpp in the Docker imageLejo2021-03-09
|
* Enable LuaJIT on the Docker image (#10414)Buckaroo Banzai2020-09-26
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-29
|
* Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot2020-04-16
|
* Dockerfile: use alpine to reduce size (#9226)ㄗㄠˋ ㄑㄧˊ2020-04-12
| | | | | | | | | | | | | * 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-09
| | | | | | | | | * 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-17
|
* Dockerfile: correct `apt clean` + git clone --depth 1 + remove .git (#8697)Zaoqi2019-12-17
|
* Add a Dockerfile + gitlab CI build (#7968)Loïc Blot2018-12-12
* Add a minetest docker file * Clone minetest_game from git directly