2023-12-17 00:21:13 +00:00
|
|
|
# steamcmd-container
|
2021-11-17 00:27:39 +00:00
|
|
|
|
2023-12-17 00:21:13 +00:00
|
|
|
Extended version of [CM2Walki/steamcmd](https://www.github.com/CM2Walki/steamcmd)
|
|
|
|
based on `Fedora`.
|
2021-11-17 00:27:39 +00:00
|
|
|
|
2023-12-17 00:22:52 +00:00
|
|
|
This provides a *relatively* current userspace to for `steamcmd` and game servers
|
|
|
|
to use. Some utilities have been left in for convenience (*ie:* `wget`, `less`,
|
2023-12-17 00:21:13 +00:00
|
|
|
`find`).
|
2021-11-17 01:25:34 +00:00
|
|
|
|
2023-12-17 00:21:13 +00:00
|
|
|
Size is *not* a priority for this image/project. Currency and convenience *are*.
|
2021-11-17 01:25:34 +00:00
|
|
|
|
|
|
|
### Fedora-driven tweaks
|
|
|
|
`dnf` has been tweaked *slightly* to improve speed/reduce needless resource usage.
|
|
|
|
- `max_parallel_downloads`: Set to the (current) limit of 20, more packages fetched at once.
|
|
|
|
- `fastestmirror`: Contrary to what the name implies, it's not always fastest. This measures latency; not bandwidth.
|
|
|
|
- `deltarpm`: No old packages will exist to diff, so save the CPU cycles
|