diff --git a/minecraft/Dockerfile b/minecraft/Dockerfile index 1ca32d5..aff9661 100644 --- a/minecraft/Dockerfile +++ b/minecraft/Dockerfile @@ -26,7 +26,7 @@ ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/maste # Install Java & Dependencies. RUN apt-get -y update \ - && apt-get install -y --no-install-recommends bzip2 lsb-release jq \ + && apt-get install -y --no-install-recommends bzip2 lsb-release jq screen \ && apt-get -y --fix-broken install \ && apt-get -y autoclean \ && apt-get -y autoremove \ diff --git a/testing/Dockerfile b/testing/Dockerfile index 242a8dc..8c5e1b8 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -26,7 +26,7 @@ ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/maste # Install Java & Dependencies. RUN apt-get -y update \ - && apt-get install -y --no-install-recommends bzip2 lsb-release jq \ + && apt-get install -y --no-install-recommends bzip2 lsb-release jq screen \ && apt-get -y --fix-broken install \ && apt-get -y autoclean \ && apt-get -y autoremove \