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
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:
@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/maste
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends screen bzip2 jq \
|
||||
&& apt-get install -y --no-install-recommends bzip2 lsb-release screen jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -14,7 +14,7 @@ RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \
|
||||
RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
|
||||
&& dpkg -i packages-microsoft-prod.deb
|
||||
RUN apt-get -y update && apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends msopenjdk-21 screen bzip2 jq \
|
||||
&& apt-get install -y --no-install-recommends msopenjdk-21 bzip2 lsb-release screen jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
@@ -14,7 +14,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 \
|
||||
|
||||
@@ -14,7 +14,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 \
|
||||
|
||||
Reference in New Issue
Block a user