modified: Dockerfile

Forced upgrade
This commit is contained in:
Jonathan Ervine 2020-04-06 23:58:46 +08:00
parent 354948ee16
commit 9e3ff8da59

View File

@ -4,7 +4,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
# Install updates
RUN apt update && apt upgrade
RUN apt update && apt upgrade -y
RUN apt install unzip
RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.32.1.zip
RUN unzip bedrock-server-1.14.32.1.zip && rm bedrock-server-1.14.32.1.zip