diff --git a/Dockerfile b/Dockerfile index 990c874..416fca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER “Jonathan Ervine” # 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