Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xawen authored Jul 9, 2019
1 parent e1a7264 commit 45af4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
# Install dependencies, download and extract the bedrock server
RUN apt-get update && \
apt-get install -y unzip curl libcurl4 libssl1.0.0 && \
curl https://minecraft.azureedge.net/bin-linux/bedrock-server-1.11.2.1.zip --output bedrock-server.zip && \
curl https://minecraft.azureedge.net/bin-linux/bedrock-server-1.12.0.28.zip --output bedrock-server.zip && \
unzip bedrock-server.zip -d bedrock-server && \
rm bedrock-server.zip

Expand Down

0 comments on commit 45af4db

Please sign in to comment.