rebase to 3.5
This commit is contained in:
parent
e7c647fb38
commit
e7762073f4
@ -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 \
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user