fix mistake, remove unneeded files
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bb50185179
commit
a1362b04e3
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ LABEL maintainer="philipp@boehm.sh"
|
||||||
|
|
||||||
RUN \
|
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 \
|
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
|
&& tar xf source-chat.tar.gz relay_server --strip 1
|
||||||
|
&& rm source-chat.tar.gz
|
||||||
|
&& rm config.toml.example
|
||||||
|
|
||||||
ENTRYPOINT server
|
ENTRYPOINT server
|
||||||
|
|
Loading…
Reference in a new issue