This commit is contained in:
2023-11-17 07:39:22 -08:00
parent 6885808dc2
commit 517975f215
5 changed files with 7 additions and 7 deletions

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 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;