This commit is contained in:
2023-11-10 14:52:57 -08:00
parent bc63e46686
commit 914a862e52

View File

@@ -11,7 +11,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/va
# Install java-17 & Dependencies.
RUN apt-get -y update \
&& apt-get -y --fix-broken install \
&& apt-get install -y software-properties-common screen openjdk-17-jdk \
&& apt-get install -y software-properties-common screen openjdk-17-jdk jq curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;