bo3-gameserver (latest)
Published 2026-05-19 21:14:22 +02:00 by hashtags
Installation
docker pull hazzy.nonamesoft.xyz/bo3/bo3-gameserver:latestsha256:cd2f4f492c8fec6145d3ee7febcb8a9479ffac47cacb6a95b1a68b438a580b45
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1777939200' |
| RUN /bin/sh -c apt-get update && apt-get install -y libcurl4 libopusfile0 && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/build/einsteiniumserver /usr/bin/einsteiniumserver # buildkit |
| COPY /app/build/LocalPak.epkg . # buildkit |
| COPY /app/AppCfg.json . # buildkit |
| ENTRYPOINT ["/usr/bin/einsteiniumserver"] |