doom-docker-zandronum-compiler/Dockerfile
2023-11-14 16:00:45 -05:00

18 lines
420 B
Docker

# Cause fuck Ubuntu
FROM debian:bullseye-slim
# Who to contact
LABEL maintainer="cfultz <caleb@fultz.dev>"
# Environment
# Update the OS
RUN apt update && apt upgrade --yes
# Helper libraries to compile
RUN apt install dialog apt-utils wget g++ make cmake libsdl1.2-compat-dev mercurial zlib1g-dev \
libbz2-dev libjpeg-dev libfluidsynth-dev libgtk2.0-dev timidity nasm \
libgl1-mesa-dev libssl-dev tar libglew-dev