mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Include RCON in docker image
This commit is contained in:
@@ -4,9 +4,13 @@ LABEL maintainer="thijs@loef.dev"
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
xdg-user-dirs=0.17-2 \
|
||||
procps=2:3.3.17-5 \
|
||||
wget=1.21-1+deb11u1 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget https://github.com/itzg/rcon-cli/releases/download/1.6.4/rcon-cli_1.6.4_linux_amd64.tar.gz -O - | tar -xz
|
||||
RUN mv rcon-cli /usr/bin/rcon-cli
|
||||
|
||||
ENV PORT= \
|
||||
PUID=1000 \
|
||||
PGID=1000 \
|
||||
|
||||
Reference in New Issue
Block a user