Update Dockerfile

master
Vaughan Lapsley 2017-08-08 11:06:41 +10:00 committed by GitHub
parent 0717209ca4
commit 5855721bc9
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ apk add --no-cache \
make && \
make install && \
# prep for minetest compile
mkdir -p /tmp/minetest && \
# download and compile minetestserver 0.4.16 from git
curl -L -O https://github.com/minetest/minetest/archive/0.4.16.tar.gz && \
tar -xf 0.4.16.tar.gz && cp -r minetest-0.4.16/* /tmp/minetest/ && \