Add Avorion Pterodactyl compatibility image
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 2m22s

This commit is contained in:
alexveley
2026-04-25 00:39:42 -04:00
commit a7d78e8b19
4 changed files with 155 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM ghcr.io/ptero-eggs/steamcmd:debian
RUN apt-get update \
&& apt-get install -y --no-install-recommends libnss-wrapper \
&& rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /home/container
ENTRYPOINT ["/entrypoint.sh"]