„Dockerfile“ ändern
continuous-integration/drone/push Build is passing Details

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

View File

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