dsgfhsgfdh
Some checks failed
Build and Push Minecraft Docker Images / build (push) Failing after 14s
Some checks failed
Build and Push Minecraft Docker Images / build (push) Failing after 14s
This commit is contained in:
@@ -13,7 +13,7 @@ ENV XMN_SIZE=""
|
|||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/vanilla/install_script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/vanilla/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \
|
||||||
&& apt-get install -y wget lsb-release
|
&& apt-get install -y wget lsb-release
|
||||||
RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
|
RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
|
||||||
&& dpkg -i packages-microsoft-prod.deb
|
&& dpkg -i packages-microsoft-prod.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user