diff --git a/fabric/Dockerfile b/fabric/Dockerfile index 53f7250..a958548 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -16,7 +16,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head # Install Dependencies. RUN apt-get -y update \ - && apt-get install -y --no-install-recommends wget screen bzip2 jq \ + && apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \ && apt-get -y autoclean \ && apt-get -y autoremove \ && rm -rf /var/lib/apt/lists/* \ diff --git a/testing/Dockerfile b/testing/Dockerfile index ec6150f..7595294 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -14,7 +14,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head # Install Dependencies. RUN apt-get -y update \ - && apt-get install -y --no-install-recommends wget screen bzip2 jq \ + && apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \ && apt-get -y autoclean \ && apt-get -y autoremove \ && rm -rf /var/lib/apt/lists/* \ diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index ef17174..0e9b481 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -14,7 +14,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head # Install Dependencies. RUN apt-get -y update \ - && apt-get install -y --no-install-recommends wget screen bzip2 jq \ + && apt-get install -y --no-install-recommends wget lsb-release screen bzip2 jq \ && apt-get -y autoclean \ && apt-get -y autoremove \ && rm -rf /var/lib/apt/lists/* \