diff --git a/fabric/fabric-1.18.1/Dockerfile b/fabric/fabric-1.18.1/Dockerfile index 09464e0..35308fa 100644 --- a/fabric/fabric-1.18.1/Dockerfile +++ b/fabric/fabric-1.18.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.18.2/Dockerfile b/fabric/fabric-1.18.2/Dockerfile index 81bca8a..8ebc8c5 100644 --- a/fabric/fabric-1.18.2/Dockerfile +++ b/fabric/fabric-1.18.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.18/Dockerfile b/fabric/fabric-1.18/Dockerfile index b4a472d..ef69922 100644 --- a/fabric/fabric-1.18/Dockerfile +++ b/fabric/fabric-1.18/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.19.1/Dockerfile b/fabric/fabric-1.19.1/Dockerfile index 0a0152c..8fa0843 100644 --- a/fabric/fabric-1.19.1/Dockerfile +++ b/fabric/fabric-1.19.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.19.2/Dockerfile b/fabric/fabric-1.19.2/Dockerfile index accafe3..4072822 100644 --- a/fabric/fabric-1.19.2/Dockerfile +++ b/fabric/fabric-1.19.2/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.19.3/Dockerfile b/fabric/fabric-1.19.3/Dockerfile index 118348a..36e3152 100644 --- a/fabric/fabric-1.19.3/Dockerfile +++ b/fabric/fabric-1.19.3/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.19.4/Dockerfile b/fabric/fabric-1.19.4/Dockerfile index 465f087..e8e082c 100644 --- a/fabric/fabric-1.19.4/Dockerfile +++ b/fabric/fabric-1.19.4/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.19/Dockerfile b/fabric/fabric-1.19/Dockerfile index fb002fe..dc90b63 100644 --- a/fabric/fabric-1.19/Dockerfile +++ b/fabric/fabric-1.19/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.20.1/Dockerfile b/fabric/fabric-1.20.1/Dockerfile index 52f1eec..603fa04 100644 --- a/fabric/fabric-1.20.1/Dockerfile +++ b/fabric/fabric-1.20.1/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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/fabric/fabric-1.20/Dockerfile b/fabric/fabric-1.20/Dockerfile index 1e5f72e..b20f952 100644 --- a/fabric/fabric-1.20/Dockerfile +++ b/fabric/fabric-1.20/Dockerfile @@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fa # 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;