We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b478021 commit acecea8Copy full SHA for acecea8
Dockerfile
@@ -3,11 +3,12 @@ ARG BDS_Version=1.12.1.1
3
4
ENV VERSION=$BDS_Version
5
6
-# Install dependencies, download and extract the bedrock server
+# Install dependencies
7
RUN apt-get update && \
8
apt-get install -y unzip curl libcurl4 libssl1.0.0 && \
9
rm -rf /var/lib/apt/lists/*
10
11
+# Download and extract the bedrock server
12
RUN if [ "$VERSION" = "latest" ] ; then \
13
LATEST_VERSION=$( \
14
curl -v --silent https://www.minecraft.net/en-us/download/server/bedrock/ 2>&1 | \
0 commit comments