JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
1.97k stars 606 forks source link

[Meta] simplify dedicated server docker build #1219

Open Razish opened 4 months ago

Razish commented 4 months ago

Introduce .dockerignore to ignore common build directories that would inflate the builder layer and slow down the COPY step. Switch from ubuntu to debian base image, effectively upgraded (18.04 -> bookworm/2023). Install only necessary packages, simplify apt-get invocation. cmake: don't require JPEG and PNG libraries unless we're building renderers.

ergo: it builds faster, produces a smaller image, and updates the base image :sparkles: