aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CMake's -B, --build, and --install optionsShadowNinja2022-04-081-10/+7
|
* Add missing zstd-libs to final Docker imageBuckaroo Banzai2021-09-071-1/+1
| | | Also add `minetestserver --version` command to verify docker build in CI
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-1/+1
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* fix: update to alpine 3.14 (#11570)Loïc Blot2021-08-241-2/+2
|
* Update Dockerfile and improve build speed (#11313)Bensuperpc2021-06-211-12/+16
| | | | | Use ninja to build image, rename docker build steps: builder and runtime, add argument for docker image version Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
* fix(docker): reduce the number of required libraries on buildLoic Blot2021-04-021-9/+2
|
* fix: use irrlicht fork instead of the standard libraryLoic Blot2021-04-021-2/+11
|
* fix: don't send the whole local context to the docker imageLoic Blot2021-04-021-1/+1
|
* Fix missing jsoncpp in the Docker imageLejo2021-03-091-1/+1
|
* 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