Forgot a dash in the Dockerfile...

This commit is contained in:
Caleb Fultz 2023-11-12 17:23:01 -05:00
parent 9a3fd694e8
commit a16aace284
2 changed files with 9 additions and 1 deletions

View File

@ -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

8
wad/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Add-ons for your server in the GZDoom formats
*.WAD
*.wad
*.PK3
*.pk3
*.PK7
*.pk7