„Dockerfile“ hinzufügen
This commit is contained in:
parent
e1d54b85b0
commit
58cb2b0758
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal 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"]
|
Loading…
Reference in a new issue