mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 14:11:26 +00:00
10 lines
No EOL
327 B
Docker
10 lines
No EOL
327 B
Docker
ARG ENGINE_VERSION=5.5.0
|
|
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
|
|
|
|
USER root
|
|
RUN apk add git &&\
|
|
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
|
|
git clone https://github.com/BuckarooBanzay/mtt /root/.minetest/worlds/world/worldmods/mtt
|
|
|
|
|
|
ENTRYPOINT minetestserver --config /minetest.conf |