A simple Dockerfile that creates a compilation container for Zandronum
Go to file
2023-11-15 11:39:24 -05:00
Dockerfile Inital entry.sh commit 2023-11-15 10:46:37 -05:00
entry.sh Inital entry.sh commit 2023-11-15 10:46:37 -05:00
README.md Updated README.md 2023-11-15 11:39:24 -05:00

Compiling Zandronum with Docker

This Dockerfile builds a compiling agent for Zandronum utilizing Debian. This creates the needed files for running the zandronum-server Linux server including the *.pk3 files.

How to use this

git clone https://github.com/cfultz/doom-docker-zandronum-compiler
cd doom-docker-zandronum-compiler
docker build -t zandronum-build .