From cdf4271798c8add0b438d5371ff7746c7531c1e5 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 1 Jul 2020 16:18:24 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42fba8a..cdd5a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ MAINTAINER fithwum # URL's for files ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh -# Install java8 & dependencies. +# Install OpenJDK-11 & dependencies. RUN apt-get update && apt-get -y install libstdc++ software-properties-common \ - && apt-get install -y openjdk-8-jdk ant \ + && apt-get install -y openjdk-11-jre-headless \ && apt-get clean && rm -rf /var/lib/apt/lists/* \ # Fix certificate issues