Update Dockerfile

This commit is contained in:
fithwum
2020-07-01 15:57:48 -07:00
parent 236509f650
commit 4e630ee2e1

View File

@@ -7,6 +7,8 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fi
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apt-get update && apt-get -y install libstdc++ software-properties-common \ RUN apt-get update && apt-get -y install libstdc++ software-properties-common \
&& apt-get -y install oracle-java11-installer \ && apt-get -y install oracle-java11-installer \
&& echo debconf shared/accepted-oracle-license-v1-1 select true | debconf-set-selections \
&& echo debconf shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \ && apt-get clean && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /MCserver /MCtemp \ && mkdir -p /MCserver /MCtemp \
&& chmod 777 -R /MCserver /MCtemp \ && chmod 777 -R /MCserver /MCtemp \