From a16aace284ed88b9b0d93ec3c7b8e44ea0843c0f Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Sun, 12 Nov 2023 17:23:01 -0500 Subject: [PATCH] Forgot a dash in the Dockerfile... --- Dockerfile | 2 +- wad/.gitignore | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 wad/.gitignore diff --git a/Dockerfile b/Dockerfile index 77b7366..19d219a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update --yes RUN apt-get upgrade --yes # Helper libraries for adding repo -RUN apt-get install -yes dialog apt-utils software-properties-common wget +RUN apt-get install --yes dialog apt-utils software-properties-common wget # Adding Zandronum repo and installing the application diff --git a/wad/.gitignore b/wad/.gitignore new file mode 100644 index 0000000..24510ed --- /dev/null +++ b/wad/.gitignore @@ -0,0 +1,8 @@ +# Add-ons for your server in the GZDoom formats + +*.WAD +*.wad +*.PK3 +*.pk3 +*.PK7 +*.pk7 \ No newline at end of file