kissmp: add Containerfile
This commit is contained in:
commit
322c6d07e6
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*~
|
11
kissmp/Containerfile
Normal file
11
kissmp/Containerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM bitnami/minideb:latest
|
||||
|
||||
WORKDIR /app
|
||||
RUN install_packages ca-certificates curl unzip
|
||||
RUN curl -L https://github.com/TheHellBox/KISS-multiplayer/releases/download/0.5.0/KissMP_0_5_0.zip -o kissmp.zip
|
||||
RUN unzip -p kissmp.zip KissMP_0_5_0/linux/kissmp-server > ./kissmp-server
|
||||
RUN rm kissmp.zip
|
||||
RUN chmod +x kissmp-server
|
||||
|
||||
CMD ["/app/kissmp-server"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue