From 67e63dd69ab9aa6c261760ae218e4fb7565bc804 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 1 Jul 2020 15:19:17 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4573c17..97d055c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER fithwum ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh # Install dependencies and folder creation -RUN apt-get install libstdc++ java && apt-get clean \ +RUN apt-get install libstdc++ default-jre && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && mkdir -p /MCserver /MCtemp \ && chmod 777 -R /MCserver /MCtemp \