This commit is contained in:
Carlos M. Martinez
2024-01-28 17:25:52 -05:00
parent f6a3b982b2
commit 5586e7044a
3 changed files with 10 additions and 11 deletions

View File

@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN wget -q https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz -O - | tar -xz && \
mv rcon-0.10.3-amd64_linux/rcon /usr/bin/rcon-cli && \
rmdir /tmp/dumps && \
rm -f /var/run/crond.pid
rmdir /tmp/dumps
ENV PORT= \
PUID=1000 \