abiotic-factor-server (latest)
Published 2026-05-22 22:18:50 -07:00 by monoadmin
Installation
docker pull git.pathcore.org/pathcore-gaming/abiotic-factor-server:latestsha256:9f3640a9bd2ed7e70f67411c9eec882b5ca69512d2ae7d28dd1205b2ac50c3d2
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600' |
| LABEL org.opencontainers.image.authors=admin@minenet.at |
| LABEL org.opencontainers.image.source=https://github.com/ich777/docker-debian-baseimage |
| RUN /bin/sh -c echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" >> /etc/apt/sources.list && apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends wget locales procps && touch /etc/locale.gen && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen && apt-get -y install --reinstall ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US:en |
| ENV LC_ALL=en_US.UTF-8 |
| LABEL org.opencontainers.image.authors=admin@minenet.at |
| LABEL org.opencontainers.image.source=https://github.com/ich777/docker-winehq-baseimage |
| RUN /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt -y install gnupg2 software-properties-common && wget -qO - https://dl.winehq.org/wine-builds/winehq.key | apt-key add - && echo " deb https://dl.winehq.org/wine-builds/debian/ bookworm main" >> /etc/apt/sources.list.d/wine.list && apt-get update && apt -y install --no-install-recommends winehq-stable && apt-get -y --purge remove software-properties-common gnupg2 && apt-get -y autoremove && rm -rf /var/lib/apt/lists/* # buildkit |
| LABEL org.opencontainers.image.authors=admin@minenet.at |
| LABEL org.opencontainers.image.source=https://github.com/ich777/docker-steamcmd-server |
| RUN /bin/sh -c apt-get update && apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 lib32z1 winbind && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV DATA_DIR=/serverdata |
| ENV STEAMCMD_DIR=/serverdata/steamcmd |
| ENV SERVER_DIR=/serverdata/serverfiles |
| ENV GAME_ID=2857200 |
| ENV SERVER_NAME=Abiotic Factor Docker |
| ENV SERVER_PWD=Docker |
| ENV GAME_PARAMS=-log |
| ENV GAME_PORT=7777 |
| ENV QUERY_PORT=27015 |
| ENV VALIDATE= |
| ENV UMASK=000 |
| ENV UID=99 |
| ENV GID=100 |
| ENV USERNAME= |
| ENV PASSWRD= |
| ENV USER=steam |
| ENV DATA_PERM=770 |
| RUN /bin/sh -c mkdir $DATA_DIR && mkdir $STEAMCMD_DIR && mkdir $SERVER_DIR && useradd -d $DATA_DIR -s /bin/bash $USER && chown -R $USER $DATA_DIR && ulimit -n 2048 # buildkit |
| ADD /scripts/ /opt/scripts/ # buildkit |
| RUN /bin/sh -c chmod -R 770 /opt/scripts/ # buildkit |
| ENTRYPOINT ["/opt/scripts/start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | admin@minenet.at |
| org.opencontainers.image.source | https://github.com/ich777/docker-steamcmd-server |