modified: Dockerfile
Install curl
This commit is contained in:
parent
9e3ff8da59
commit
1b9636320c
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user