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

This commit is contained in:
2025-07-03 06:39:19 -07:00
parent 12e2e6747f
commit d319a1e6a8
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,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 screen bzip2 jq \
&& apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \

View File

@@ -14,7 +14,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 screen bzip2 jq \
&& apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \

View File

@@ -14,7 +14,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 screen bzip2 jq \
&& apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \