From fd8a93a96ea6a940f199613c15d5b373b99b9401 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 3 Jul 2025 06:47:44 -0700 Subject: [PATCH] fgdhfgh --- fabric/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fabric/Dockerfile b/fabric/Dockerfile index b6ba676..baca365 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -17,6 +17,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head # Install Dependencies. RUN apt-get -y update \ && apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \ + && apt-get -y --fix-broken install \ && apt-get -y autoclean \ && apt-get -y autoremove \ && rm -rf /var/lib/apt/lists/* \