diff options
author | Tamara Schmitz <15906939+tamara-schmitz@users.noreply.github.com> | 2022-11-08 16:34:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 16:34:58 +0100 |
commit | 6191bafcadc21277be5527ed1ac05f7902e710ad (patch) | |
tree | c663f4aed84512b4c8a3320e351818658866ceab /src/script/lua_api/l_object.cpp | |
parent | 322c8cf270a6fe2cd6ac152af0f3f5d2963fa0b3 (diff) | |
download | minetest-6191bafcadc21277be5527ed1ac05f7902e710ad.tar.xz |
Dockerfile: refactoring and addition of entrypoint (#12939)
Previously source files were copied first, then build dependencies were
installed, then libraries cloned and built.
This was reordered to be:
1. install dependencies
2. clone and build libraries
3. Pull in minetest source and minetest_game
4. Build minetest
In addition the peristent volumes are now declared.
Also an entrypoint added making it possible to append command line
parameters.
Diffstat (limited to 'src/script/lua_api/l_object.cpp')
0 files changed, 0 insertions, 0 deletions