16 Commits

Author SHA1 Message Date
David Wolfe
0b17d6438b Fix games/source Dockerfile typo
Oops!
2025-03-30 13:26:21 -07:00
David Wolfe
cb724db09c Remove numactl & Dockerfile Cleanup (#294)
- Removed the `numactl` package from all images as SteamCMD no longer seems to have issues logging in with a real Steam account (at least on bookworm, which all these images use).

The following cleanup changes only apply to Dockerfiles that had `numactl` removed:
- Changed all Dockerfiles to use `apt` (instead of `apt-get`) for consistency.
- Changed all `apt install` packages to a "list" format for consistency and easier diff reading for future package additions/removals.
- Added `locales` to `games\source\Dockerfile` and set the locale.
- Moved all instances of the `useradd` command down with the other user and working directory commands. Also  added the shell specification flag if it was missing.
- Unified all Dockerfiles to use space-indenting and fixed some indent spacing.
- Cleaned up some comments.
2025-03-30 11:07:52 +02:00
Quinten
876e1d867f wget... 2024-04-05 22:38:04 +02:00
Quinten
641796f164 libssl1.1 on source and steamcmd:debian 2024-04-05 22:30:44 +02:00
Quinten
d7f798c383 fix the builds 2024-04-04 08:56:29 +02:00
Quinten
b3f8b0844a Move to Debian 12 and fix Uptime Kuma 2024-04-02 15:50:15 +02:00
Quinten
baf272435a Use SIGINT as stop signal 2023-08-09 19:24:33 +02:00
Quinten
0cc5ef2369 tini part 2 2023-07-19 18:20:40 +02:00
Michael (Parker) Parker
1abfb801ea update debian images
rolls the debian images back to debian bullseye while bookworm is evaluated
2023-06-17 18:34:59 -04:00
Quinten
33a4e8410e update rcon 2023-03-13 10:13:21 +01:00
Red-Thirten
cc9f611a73 Add numactl to Dockerfile
Adds `numactl` package so it can be used within entrypoint.sh.
2022-11-27 12:18:54 -08:00
Torsten Widmann
92ac2cf943 update rcon -cli to 0.10.2
rcon-cli changelog:

Added --timeout, -T flag, allowed to set dial and execute timeout #20.
Added Makefile.
2022-06-10 16:38:48 +02:00
softwarenoob
5e94fc4239 fix: multi platform builds 2022-05-23 05:17:41 +03:00
Torsten Widmann
28ce052787 feat: add rconcli to source image (#27) 2021-11-27 08:51:31 +02:00
Torsten Widmann
581038a328 Fix for Debian Bullyeye (#8) 2021-08-22 20:46:05 +03:00
Dane Everitt
ee444da25a Move a bunch of files around, try to get things working 2021-05-15 12:26:45 -07:00