Forgot a dash in the Dockerfile...
This commit is contained in:
parent
9a3fd694e8
commit
a16aace284
@ -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
8
wad/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Add-ons for your server in the GZDoom formats
|
||||
|
||||
*.WAD
|
||||
*.wad
|
||||
*.PK3
|
||||
*.pk3
|
||||
*.PK7
|
||||
*.pk7
|
Loading…
Reference in New Issue
Block a user