Skip to content

Commit acecea8

Browse files
authored
Fixed comment
1 parent b478021 commit acecea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ ARG BDS_Version=1.12.1.1
33

44
ENV VERSION=$BDS_Version
55

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

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

0 commit comments

Comments
 (0)