From eb045041d8df9097026428b6eae2010c899f8a46 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 18 Nov 2023 06:05:09 -0800 Subject: [PATCH] updates --- bedrock/Dockerfile | 2 +- fabric/Dockerfile | 2 +- forge/Dockerfile | 2 +- testing/Dockerfile | 2 +- vanilla/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bedrock/Dockerfile b/bedrock/Dockerfile index 343a875..79219d2 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 openjdk-17-jdk nano screen bzip2 jq \ + && apt-get install -y --no-install-recommends screen bzip2 curl jq \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/fabric/Dockerfile b/fabric/Dockerfile index 976b5f3..0b92a94 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 openjdk-17-jdk nano screen bzip2 jq \ + && apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 curl jq \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/forge/Dockerfile b/forge/Dockerfile index f9ef5de..f361dda 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 openjdk-17-jdk nano screen bzip2 jq \ + && apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 curl jq \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/testing/Dockerfile b/testing/Dockerfile index 5a9f79b..9befb21 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 openjdk-17-jdk nano screen bzip2 jq \ + && apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 curl jq \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f; diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index a1e5dee..fed61ab 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 openjdk-17-jdk nano screen bzip2 jq \ + && apt-get install -y --no-install-recommends openjdk-17-jdk screen bzip2 curl jq \ && rm -rf /var/lib/apt/lists/* \ && update-ca-certificates -f;