set pipefail

This commit is contained in:
Thijs van Loef
2024-01-26 19:58:30 +01:00
parent 0e8cbd1a15
commit 48cba49072

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN wget -q https://github.com/itzg/rcon-cli/releases/download/1.6.4/rcon-cli_1.6.4_linux_amd64.tar.gz -O - | tar -xz && \
mv rcon-cli /usr/bin/rcon-cli