updates
This commit is contained in:
@@ -13,10 +13,9 @@ ENV XMN_SIZE=""
|
||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/bedrock/install_script.sh
|
||||
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& apt-get install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& apt-get clean \
|
||||
RUN apt -y update && apt autoclean && apt -y autoremove \
|
||||
&& apt -y --fix-broken install \
|
||||
&& apt install -y --no-install-recommends ca-certificates wget nano software-properties-common screen bzip2 jq curl \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& update-ca-certificates -f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user