This commit is contained in:
@@ -16,7 +16,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/head
|
||||
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||
&& apt-get install wget lsb-release -y \
|
||||
&& apt-get install -y wget lsb-release \
|
||||
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
|
||||
&& dpkg -i packages-microsoft-prod.deb \
|
||||
&& apt-get -y update && apt-get -y --fix-broken install \
|
||||
|
||||
Reference in New Issue
Block a user