Update Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@ 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-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 select true | debconf-set-selections \
|
||||||
&& echo debconf shared/accepted-oracle-license-v1-1 seen 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/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user