Update Dockerfile

This commit is contained in:
fithwum
2020-07-01 16:11:06 -07:00
parent d871b24754
commit 1684be667d

View File

@@ -6,7 +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 \
&& apt-get -y install oracle-java11-set-default-local \
&& apt-get -y install openjdk-7-jre \
&& 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/* \