itzg-mc-git-patch/Dockerfile
merith-tk 49c47e4b77
Some checks are pending
Build Docker Image on Commit / build-and-publish (push) Waiting to run
Update Dockerfile
2025-03-06 22:09:13 +00:00

5 lines
No EOL
145 B
Docker

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/*