fix mistake, remove unneeded files
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp 2023-03-20 14:39:26 +01:00 committed by Gitea
parent bb50185179
commit a1362b04e3
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ 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
&& tar xf source-chat.tar.gz relay_server --strip 1
&& rm source-chat.tar.gz
&& rm config.toml.example
ENTRYPOINT server