15 Commits

Author SHA1 Message Date
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
Michael (Parker) Parker
a74ee17700 Wine update (#284)
* add wine 7-10

Add images for wine tagged to specific versions

* wine 9 remove libldap package

* add locales; cleanup the image

* Update Dockerfile

* missed locales package

* sort packages

* Update Dockerfile

* update default env

update all wine images with the same default env values

set `winedebug` to `-all`
remove `winearch=win64` as that is the default for wine

* update readme and workflow

* add wine 7-10

Add images for wine tagged to specific versions

* wine 9 remove libldap package

* update default env

update all wine images with the same default env values

set `winedebug` to `-all`
remove `winearch=win64` as that is the default for wine

* update readme and workflow

---------

Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com>
2025-02-11 07:25:25 +01:00
Quinten
b3f8b0844a Move to Debian 12 and fix Uptime Kuma 2024-04-02 15:50:15 +02:00
Michael (Parker) Parker
8c0c7f11e6 Add rcon to wine images (#221)
This adds the rcon cli to the wine images
2024-02-07 08:01:20 +01:00
gOOvER
96c591862f remove user 2023-08-06 12:51:30 +02:00
gOOvER
9bf8077453 update all imanges to use latest keyrings and added wine devel 2023-08-06 12:40:56 +02:00
gOOvER
d316775d80 add fix for login 2023-01-22 16:56:48 +01:00
Torsten Widmann
babae9abb0 Update Dockerfile 2023-01-16 17:15:50 +01:00
Torsten Widmann
8b1be5f194 add libsdl2-2.0-0 to prevent errors 2023-01-16 17:15:12 +01:00
Quinten
96b0d0c84f add wine staging + update mono and gecko version 2022-10-02 18:51:42 +02:00
Torsten Widmann
bde731de72 removed double xvfb package 2022-09-18 10:23:29 +02:00
Torsten Widmann
1e257e11fc typo 2022-05-31 20:28:09 +02:00
Torsten Widmann
7528d7949f add tzdata 2022-05-31 20:26:18 +02:00
Torsten Widmann
7f9cd3c581 Add additional Repos for Wine (#25) 2021-11-24 21:26:54 +02:00
Torsten Widmann
0abb82eb91 add wine latest (#21) 2021-11-20 19:33:43 +02:00