updates & fixes

This commit is contained in:
2022-06-15 13:50:10 -07:00
parent d66c9aad4a
commit 14196a0c36

View File

@@ -6,10 +6,12 @@ ENV GAME_PORT=25565
# URL's for files # URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
# Install java-17 & dependencies. # Install java-17 & Dependencies.
RUN apt-get -y update \ RUN apt-get -y update \
&& apt-get install -y software-properties-common openjdk-17-jdk ca-certificates-java \ && apt-get -y --fix-broken install \
&& apt-get clean && rm -rf /var/lib/apt/lists/*\ && apt-get install -y software-properties-common openjdk-17-jdk \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f; && update-ca-certificates -f;
# Folder creation. # Folder creation.