modified: Dockerfile

Install curl
This commit is contained in:
Jonathan Ervine 2020-04-07 00:03:43 +08:00
parent 9e3ff8da59
commit 1b9636320c

View File

@ -5,7 +5,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
# Install updates
RUN apt update && apt upgrade -y
RUN apt install unzip
RUN apt install unzip curl -y
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