mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
update p2pool v4.6 and minecraft bedrock 1.21.82.1
This commit is contained in:
@@ -5,8 +5,8 @@ RUN apt-get install -y wget unzip curl tmux
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.73.01)
|
||||
RUN wget -O server.zip --user-agent "Mozilla/5.0" https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.73.01.zip
|
||||
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.82.1)
|
||||
RUN wget -O server.zip --user-agent "Mozilla/5.0" https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.82.1.zip
|
||||
RUN unzip server.zip && rm server.zip
|
||||
|
||||
COPY entry.sh ./
|
||||
|
||||
Reference in New Issue
Block a user