diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index e9ab7ed..ed449b7 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -13,6 +13,7 @@ ENV XMN_SIZE="" ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/vanilla/install_script.sh # Install java-17 & Dependencies. +RUN lsb_release -rs RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \ && apt-get install -y wget lsb-release RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \