generated from oci/template
Some checks are pending
Build Docker Image on Commit / build-and-publish (push) Waiting to run
5 lines
No EOL
145 B
Docker
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/* |