Update Dockerfile

This commit is contained in:
fithwum
2020-07-01 15:55:44 -07:00
parent 2189866966
commit 236509f650

View File

@@ -6,9 +6,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fi
# Install dependencies and folder creation
RUN apt-get update && apt-get -y install libstdc++ software-properties-common \
&& add-apt-repository ppa:linuxuprising/java
&& apt-get update && apt-get -y install --allow-unauthenticated oracle-java11-installer-local \
&& install oracle-java11-set-default-local \
&& apt-get -y install oracle-java11-installer \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /MCserver /MCtemp \
&& chmod 777 -R /MCserver /MCtemp \