modified: Dockerfile

Updated to latest version of PocketMine
This commit is contained in:
Jonathan Ervine 2020-02-25 14:38:44 +08:00
parent f43f9fd1ae
commit 63b11bbf27

View File

@ -20,7 +20,7 @@ RUN chown $PM_USER:$PM_GROUP /pmmp
RUN wget -q -O - https://jenkins.pmmp.io/job/PHP-7.3-Aggregate/lastSuccessfulBuild/artifact/PHP-7.3-Linux-x86_64.tar.gz > /pmmp/PHP-7.3-Linux-x86_64.tar.gz
RUN cd /pmmp && tar zxvf PHP-7.3-Linux-x86_64.tar.gz
RUN rm /pmmp/PHP-7.3-Linux-x86_64.tar.gz
RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.9.5/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar
RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.11.6/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar
RUN chown -R $PM_USER:$PM_GROUP /pmmp
VOLUME /plugins