update
This commit is contained in:
@@ -10,7 +10,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fo
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y software-properties-common java17-sdk-headless \
|
||||
&& apt-get install -y software-properties-common java16-sdk-headless \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
Reference in New Issue
Block a user