rebase to 3.5

This commit is contained in:
sparklyballs 2017-02-14 08:30:08 +00:00
parent e7c647fb38
commit e7762073f4
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine
FROM lsiobase/alpine:3.5
MAINTAINER sparklyballs
# set version label
@ -29,12 +29,15 @@ RUN \
icu-dev \
irrlicht-dev \
libjpeg-turbo-dev \
libogg-dev \
libpng-dev \
libressl-dev \
libtool \
libvorbis-dev \
luajit-dev \
make \
mesa-dev \
openal-soft-dev \
openssl-dev \
python-dev \
sqlite-dev && \
@ -79,7 +82,6 @@ apk add --no-cache \
-DCUSTOM_DOCDIR="/usr/share/doc/minetest" \
-DCUSTOM_SHAREDIR="/usr/share/minetest" \
-DENABLE_CURL=1 \
-DENABLE_GETTEXT=1 \
-DENABLE_LEVELDB=1 \
-DENABLE_LUAJIT=1 \
-DENABLE_REDIS=1 \

View File

@ -75,6 +75,7 @@ You can find the world maps, mods folder and config files in /config/.minetest.
## Versions
+ **14.02.2017:** Rebase to alpine 3.5.
+ **25.11.2016:** Rebase to alpine linux, move to main repo.
+ **27.02.2016:** Bump to latest version.
+ **19.02.2016:** Change port to UDP, thanks to slashopt for pointing this out.