Environmental Variables added to Dockerfile
This commit is contained in:
parent
b9bd3e20cb
commit
fd78ef60e2
@ -1,6 +1,13 @@
|
|||||||
# Cause fuck Ubuntu
|
# Cause fuck Ubuntu
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
|
# Default environment variables
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
ENV IWAD doom1.wad
|
||||||
|
ENV CONFIG default.cfg
|
||||||
|
ENV SERVER_NAME Docker-Doom
|
||||||
|
ENV START_MAP E1M1
|
||||||
|
|
||||||
# Update the OS
|
# Update the OS
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
RUN apt-get upgrade --yes
|
RUN apt-get upgrade --yes
|
||||||
|
Loading…
Reference in New Issue
Block a user