Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer authored Sep 10, 2019
1 parent b478021 commit acecea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ ARG BDS_Version=1.12.1.1

ENV VERSION=$BDS_Version

# Install dependencies, download and extract the bedrock server
# Install dependencies
RUN apt-get update && \
apt-get install -y unzip curl libcurl4 libssl1.0.0 && \
rm -rf /var/lib/apt/lists/*

# Download and extract the bedrock server
RUN if [ "$VERSION" = "latest" ] ; then \
LATEST_VERSION=$( \
curl -v --silent https://www.minecraft.net/en-us/download/server/bedrock/ 2>&1 | \
Expand Down

0 comments on commit acecea8

Please sign in to comment.