updates
This commit is contained in:
@@ -13,10 +13,9 @@ ENV XMN_SIZE=""
|
|||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/bedrock/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/bedrock/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||||
&& apt-get -y --fix-broken install \
|
&& apt -y --fix-broken install \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& update-ca-certificates -f;
|
&& update-ca-certificates -f;
|
||||||
|
|
||||||
|
|||||||
@@ -15,10 +15,9 @@ ENV XMN_SIZE=""
|
|||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||||
&& apt-get -y --fix-broken install \
|
&& apt -y --fix-broken install \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 \
|
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& update-ca-certificates -f;
|
&& update-ca-certificates -f;
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,9 @@ ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-4
|
|||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-1.19.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-1.19.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||||
&& apt-get -y --fix-broken install \
|
&& apt -y --fix-broken install \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common openjdk-17-jdk bzip2 \
|
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& update-ca-certificates -f;
|
&& update-ca-certificates -f;
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,9 @@ ENV XMN_SIZE=""
|
|||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/testing/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/testing/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||||
&& apt-get -y --fix-broken install \
|
&& apt -y --fix-broken install \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
|
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& update-ca-certificates -f;
|
&& update-ca-certificates -f;
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,9 @@ ENV XMN_SIZE=""
|
|||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/vanilla/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/vanilla/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||||
&& apt-get -y --fix-broken install \
|
&& apt -y --fix-broken install \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
|
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& update-ca-certificates -f;
|
&& update-ca-certificates -f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user