Removed directory to remove error.

This commit is contained in:
Carlos M. Martinez
2024-01-27 21:34:20 -05:00
parent 763c06774a
commit e8089b8f3c

View File

@@ -11,7 +11,8 @@ 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 && \
ln -s /home/steam/server/rcon.yaml /root/rcon.yaml
ln -s /home/steam/server/rcon.yaml /root/rcon.yaml && \
rmdir /tmp/dumps
ENV PORT= \
PUID=1000 \