Update Dockerfile
Some checks are pending
Build Docker Image on Commit / build-and-publish (push) Waiting to run

This commit is contained in:
merith-tk 2025-03-06 22:09:13 +00:00
parent 1edaa0d2cb
commit 49c47e4b77

View file

@ -1 +1,5 @@
FROM alpine:3.12
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/*