Change Docker to debian due to ubuntu outage; migrate map-generator paths, images. Consolidate dependencies.

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-27 21:56:23 -07:00
parent af2e923783
commit 056f1cf75a
2 changed files with 266 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
# See run-docker.sh for cloning, building, and running the maps generator Docker routine
FROM ubuntu:noble
FROM debian:latest
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC