diff --git a/Dockerfile b/Dockerfile index 05546cf..99ba931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,5 @@ -FROM alpine:3.12 \ No newline at end of file +FROM itzg/minecraft-server:java21 + + +# Install git and git-lfs +RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/* \ No newline at end of file