mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-30 12:22:57 +00:00
Removed directory to remove error.
This commit is contained in:
@@ -11,7 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
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 && \
|
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 && \
|
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= \
|
ENV PORT= \
|
||||||
PUID=1000 \
|
PUID=1000 \
|
||||||
|
|||||||
Reference in New Issue
Block a user