diff --git a/bedrock/Dockerfile b/bedrock/Dockerfile index 068ee18..94403f3 100644 --- a/bedrock/Dockerfile +++ b/bedrock/Dockerfile @@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/be # 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 ca-certificates wget nano software-properties-common screen bzip2 jq curl \ + && apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/fabric/Dockerfile b/fabric/Dockerfile index cdb00f9..5668d8f 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -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 ca-certificates wget nano software-properties-common screen bzip2 jq curl \ + && apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/forge/Dockerfile b/forge/Dockerfile index b98a8e2..9f6c3f4 100644 --- a/forge/Dockerfile +++ b/forge/Dockerfile @@ -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 ca-certificates wget nano software-properties-common screen bzip2 jq curl \ + && apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/testing/Dockerfile b/testing/Dockerfile index b3e9617..b060469 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/te # 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 ca-certificates wget nano software-properties-common screen bzip2 jq curl \ + && apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 00e6f73..31f1e62 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -15,7 +15,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/va # 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 ca-certificates wget nano software-properties-common screen bzip2 jq curl \ + && apt-get install -y --no-install-recommends openjdk-17-jdk ca-certificates wget nano software-properties-common screen bzip2 jq curl \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f;