updates
minecraft-build-testing / Docker prune (vm-docker-build2) (push) Successful in 3s
minecraft-build-testing / poll-debian-base-and-detect-changes (push) Successful in 26s
minecraft-build-testing / Build and Push testing (push) Successful in 30s
minecraft-build-testing / generate-changelogs (push) Successful in 7s
minecraft-build-testing / generate-build-info (push) Successful in 7s

This commit is contained in:
2026-07-16 18:04:11 -07:00
parent 63bc92947d
commit 7db6d3aa31
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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 screen jq \
&& apt-get install -y --no-install-recommends bzip2 lsb-release jq \
&& apt-get -y --fix-broken install \
&& apt-get -y autoclean \
&& apt-get -y autoremove \