fgdhfgh
Some checks failed
Build and Push Minecraft Docker Images / build (push) Failing after 23s

This commit is contained in:
2025-07-03 06:47:44 -07:00
parent 82dcecacf8
commit fd8a93a96e

View File

@@ -17,6 +17,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head
# Install Dependencies. # Install Dependencies.
RUN apt-get -y update \ 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 wget lsb-release screen bzip2 jq \
&& apt-get -y --fix-broken install \
&& apt-get -y autoclean \ && apt-get -y autoclean \
&& apt-get -y autoremove \ && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \