java test

This commit is contained in:
2024-04-26 20:27:48 -07:00
parent 31bd7d13c5
commit f63d835afd

View File

@@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/te
# 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 autoclean && apt-get autoremove \
&& apt-get -y --fix-broken install \ && apt-get -y --fix-broken install \
&& apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 jq \ && apt-get install -y --no-install-recommends openjdk-21-jdk screen bzip2 jq \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f; && update-ca-certificates -f;