Update Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ MAINTAINER fithwum
|
||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
|
||||
|
||||
# Install dependencies and folder creation
|
||||
RUN apt-get install libstdc++ java && apt-get clean \
|
||||
RUN apt-get install libstdc++ default-jre && apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir -p /MCserver /MCtemp \
|
||||
&& chmod 777 -R /MCserver /MCtemp \
|
||||
|
||||
Reference in New Issue
Block a user