This commit is contained in:
2023-11-17 07:04:16 -08:00
parent 61a973113a
commit 45261f16e8
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/be
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y ca-certificates wget nano software-properties-common screen bzip2 jq curl \
&& apt-get 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/* \
&& update-ca-certificates -f;

View File

@@ -17,7 +17,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fa
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 \
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;

View File

@@ -11,7 +11,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fo
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y ca-certificates wget nano software-properties-common openjdk-17-jdk bzip2 \
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common openjdk-17-jdk bzip2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;

View File

@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/te
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;

View File

@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/va
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 jq curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;