diff --git a/stable/1.10.1/Dockerfile b/stable/1.10.1/Dockerfile index 87ec525..6949799 100644 --- a/stable/1.10.1/Dockerfile +++ b/stable/1.10.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.10.2/Dockerfile b/stable/1.10.2/Dockerfile index 01b7e23..b69b2e9 100644 --- a/stable/1.10.2/Dockerfile +++ b/stable/1.10.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.10/Dockerfile b/stable/1.10/Dockerfile index d1d68ff..70834d7 100644 --- a/stable/1.10/Dockerfile +++ b/stable/1.10/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.11.1/Dockerfile b/stable/1.11.1/Dockerfile index 703d294..d674891 100644 --- a/stable/1.11.1/Dockerfile +++ b/stable/1.11.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.11.2/Dockerfile b/stable/1.11.2/Dockerfile index 789e0ad..3c37fdd 100644 --- a/stable/1.11.2/Dockerfile +++ b/stable/1.11.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.11/Dockerfile b/stable/1.11/Dockerfile index aaab016..b459995 100644 --- a/stable/1.11/Dockerfile +++ b/stable/1.11/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.12.1/Dockerfile b/stable/1.12.1/Dockerfile index d440a0a..3c556b5 100644 --- a/stable/1.12.1/Dockerfile +++ b/stable/1.12.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.12.2/Dockerfile b/stable/1.12.2/Dockerfile index 71cab02..adc2c75 100644 --- a/stable/1.12.2/Dockerfile +++ b/stable/1.12.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.12/Dockerfile b/stable/1.12/Dockerfile index 806c6a1..e6deed3 100644 --- a/stable/1.12/Dockerfile +++ b/stable/1.12/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.13.1/Dockerfile b/stable/1.13.1/Dockerfile index 86eccc1..d5fc3a9 100644 --- a/stable/1.13.1/Dockerfile +++ b/stable/1.13.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.13.2/Dockerfile b/stable/1.13.2/Dockerfile index 18bf2b1..0a94031 100644 --- a/stable/1.13.2/Dockerfile +++ b/stable/1.13.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.13/Dockerfile b/stable/1.13/Dockerfile index 7012b39..4671ee1 100644 --- a/stable/1.13/Dockerfile +++ b/stable/1.13/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.14.1/Dockerfile b/stable/1.14.1/Dockerfile index dda3afa..42f73b6 100644 --- a/stable/1.14.1/Dockerfile +++ b/stable/1.14.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.14.2/Dockerfile b/stable/1.14.2/Dockerfile index bade97a..27a704d 100644 --- a/stable/1.14.2/Dockerfile +++ b/stable/1.14.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.14.3/Dockerfile b/stable/1.14.3/Dockerfile index 05f78b3..d600c7e 100644 --- a/stable/1.14.3/Dockerfile +++ b/stable/1.14.3/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.14.4/Dockerfile b/stable/1.14.4/Dockerfile index 977ba1e..d1dc4a1 100644 --- a/stable/1.14.4/Dockerfile +++ b/stable/1.14.4/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.14/Dockerfile b/stable/1.14/Dockerfile index 33d480d..14de893 100644 --- a/stable/1.14/Dockerfile +++ b/stable/1.14/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.15.1/Dockerfile b/stable/1.15.1/Dockerfile index 57a5e6a..6ac54a9 100644 --- a/stable/1.15.1/Dockerfile +++ b/stable/1.15.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.15.2/Dockerfile b/stable/1.15.2/Dockerfile index 8a2c76e..6ac9b65 100644 --- a/stable/1.15.2/Dockerfile +++ b/stable/1.15.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.15/Dockerfile b/stable/1.15/Dockerfile index 29422aa..e074dfe 100644 --- a/stable/1.15/Dockerfile +++ b/stable/1.15/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16.1/Dockerfile b/stable/1.16.1/Dockerfile index ae75e3c..cd14023 100644 --- a/stable/1.16.1/Dockerfile +++ b/stable/1.16.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16.2/Dockerfile b/stable/1.16.2/Dockerfile index 0926068..d80b5e3 100644 --- a/stable/1.16.2/Dockerfile +++ b/stable/1.16.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16.3/Dockerfile b/stable/1.16.3/Dockerfile index 6913444..fb03d2a 100644 --- a/stable/1.16.3/Dockerfile +++ b/stable/1.16.3/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16.4/Dockerfile b/stable/1.16.4/Dockerfile index 5548ce1..61ea595 100644 --- a/stable/1.16.4/Dockerfile +++ b/stable/1.16.4/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16.5/Dockerfile b/stable/1.16.5/Dockerfile index 4494e85..3c8d319 100644 --- a/stable/1.16.5/Dockerfile +++ b/stable/1.16.5/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.16/Dockerfile b/stable/1.16/Dockerfile index ca57958..acb06c0 100644 --- a/stable/1.16/Dockerfile +++ b/stable/1.16/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.17.1/Dockerfile b/stable/1.17.1/Dockerfile index 154e372..33b3836 100644 --- a/stable/1.17.1/Dockerfile +++ b/stable/1.17.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.17/Dockerfile b/stable/1.17/Dockerfile index 83a6540..72a2dd6 100644 --- a/stable/1.17/Dockerfile +++ b/stable/1.17/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.18.1/Dockerfile b/stable/1.18.1/Dockerfile index e8f0bf2..28a5484 100644 --- a/stable/1.18.1/Dockerfile +++ b/stable/1.18.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.18.2/Dockerfile b/stable/1.18.2/Dockerfile index 20a61ef..6df4e74 100644 --- a/stable/1.18.2/Dockerfile +++ b/stable/1.18.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.18/Dockerfile b/stable/1.18/Dockerfile index e2ec4f1..4f60620 100644 --- a/stable/1.18/Dockerfile +++ b/stable/1.18/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.19.1/Dockerfile b/stable/1.19.1/Dockerfile index f0b664e..48fbce5 100644 --- a/stable/1.19.1/Dockerfile +++ b/stable/1.19.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.19.2/Dockerfile b/stable/1.19.2/Dockerfile index 30853dd..9c86a03 100644 --- a/stable/1.19.2/Dockerfile +++ b/stable/1.19.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.19.3/Dockerfile b/stable/1.19.3/Dockerfile index b47298e..b12b958 100644 --- a/stable/1.19.3/Dockerfile +++ b/stable/1.19.3/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.19.4/Dockerfile b/stable/1.19.4/Dockerfile index 8fce346..6ad4065 100644 --- a/stable/1.19.4/Dockerfile +++ b/stable/1.19.4/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.19/Dockerfile b/stable/1.19/Dockerfile index 4bd1e08..53a7d1c 100644 --- a/stable/1.19/Dockerfile +++ b/stable/1.19/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.20.1/Dockerfile b/stable/1.20.1/Dockerfile index fdd8b34..f36c822 100644 --- a/stable/1.20.1/Dockerfile +++ b/stable/1.20.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/stable/1.20.1/files/Install_Script.sh b/stable/1.20.1/files/Install_Script.sh index 8f56031..c449b63 100644 --- a/stable/1.20.1/files/Install_Script.sh +++ b/stable/1.20.1/files/Install_Script.sh @@ -96,6 +96,6 @@ sleep 1 # Run Minecraft server. echo " " echo "INFO ! Starting Minecraft Server ${MC_VERSION}" -exec /MCserver/run-vanilla_${MC_VERSION}.sh --dataPath=/MCserver +exec screen -d -m /MCserver/run-vanilla_${MC_VERSION}.sh --dataPath=/MCserver exit diff --git a/stable/1.20/Dockerfile b/stable/1.20/Dockerfile index 5a28e00..66abd26 100644 --- a/stable/1.20/Dockerfile +++ b/stable/1.20/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/st # Install java-17 & Dependencies. RUN apt-get -y update \ && apt-get -y --fix-broken install \ - && apt-get install -y software-properties-common openjdk-17-jdk \ + && apt-get install -y software-properties-common screen openjdk-17-jdk \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f;