updates
This commit is contained in:
@@ -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 autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk nano screen bzip2 jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
@@ -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 autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk nano screen bzip2 jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
@@ -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 autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk nano screen bzip2 jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
@@ -20,11 +20,11 @@ RUN mkdir -p /MCserver /MCtemp \
|
||||
&& chmod 777 -R /MCserver /MCtemp \
|
||||
&& chown 99:100 -R /MCserver /MCtemp \
|
||||
&& cd /MCserver \
|
||||
&& wget ${FORGE_URL} -O forge-1.19.2-43.2.0-installer.jar \
|
||||
&& wget $FORGE_URL -O forge-1.19.2-43.2.0-installer.jar \
|
||||
&& java -jar forge-1.19.2-43.2.0-installer.jar --installServer \
|
||||
&& rm -frv forge-1.19.2-43.2.0-installer.jar forge-1.19.2-43.2.0-installer.jar.log
|
||||
|
||||
ADD "${INSTALL_SCRIPT}" /MCtemp
|
||||
ADD "$INSTALL_SCRIPT" /MCtemp
|
||||
RUN chmod +x /MCtemp/Install_Script.sh
|
||||
|
||||
# Directory where data is stored
|
||||
|
||||
@@ -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 autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk nano screen bzip2 jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
@@ -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 autoclean && apt-get autoremove \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get install -y --no-install-recommends openjdk-17-jdk nano screen bzip2 jq \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user