update
Some checks failed
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Successful in 10s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 1m4s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing (push) Successful in 1m3s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 58s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (fabric) (push) Successful in 10s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (testing) (push) Successful in 10s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (vanilla) (push) Successful in 12s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (fabric) (push) Failing after 12s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (testing) (push) Failing after 11s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (vanilla) (push) Failing after 12s

This commit is contained in:
2025-07-07 06:33:46 -07:00
parent 4d723af5c2
commit 2bae4390f9
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/maste
# Install Dependencies.
RUN apt-get -y update \
&& apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \
&& apt-get install -y --no-install-recommends bzip2 lsb-release screen jq\
&& apt-get -y --fix-broken install \
&& apt-get -y autoclean \
&& apt-get -y autoremove \