„Dockerfile“ hinzufügen

This commit is contained in:
Philipp 2022-04-21 02:43:59 +02:00
parent e1d54b85b0
commit 58cb2b0758
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM alpine:3.14
LABEL maintainer="philipp@boehm.sh"
RUN \
wget -nv "https://github.com/rumblefrog/source-chat-relay/releases/download/v2.2.0/scr-linux-amd64-v2.1.5-2-gd81f03c.tar.gz" -O source-chat.tar.gz \
&& tar xf source-chat.tar.gz relay_server --strip-compontents=1
ENTRYPOINT["server"]