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

This commit is contained in:
2025-07-03 05:48:36 -07:00
parent ca63c263a5
commit 23b82089ad
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head
# Install java-17 & Dependencies.
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
&& apt-get install wget lsb-release -y \
&& wget https://packages.microsoft.com/config/debian/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
&& dpkg -i packages-microsoft-prod.deb \
&& apt-get -y update && apt-get -y --fix-broken install \
&& apt-get install -y --no-install-recommends msopenjdk-21 screen bzip2 jq \