updates
This commit is contained in:
@@ -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 -y --fix-broken install \
|
||||
&& apt-get install -y software-properties-common screen openjdk-17-jdk \
|
||||
&& apt-get install -y ca-certificates wget nano software-properties-common screen openjdk-17-jdk bzip2 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
Reference in New Issue
Block a user