This commit is contained in:
2023-11-18 07:11:16 -08:00
parent 2b7e92705f
commit d60da1d137
4 changed files with 4 additions and 4 deletions

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 autoclean && apt-get autoremove \
&& apt-get -y --fix-broken install \
&& apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 curl jq \
&& apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 jq \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;