From 289e14bed0b38c88e7aff22d19bebacb51744ca0 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 20 Jul 2026 13:02:04 -0700 Subject: [PATCH] update to enable screen --- minecraft/Dockerfile | 2 +- testing/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \