expand on differences from the example Docker image
This commit is contained in:
parent
6169a6b404
commit
ce86cab349
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -3,4 +3,12 @@ Extended version of [CM2Walki/steamcmd](https://www.github.com/CM2Walki/steamcmd
|
|||
|
||||
Based on Fedora 35, a newer/more familiar OS (for me). Runs `steamcmd` once on build to update the client from the archive. No other notable changes.
|
||||
|
||||
Some bootstrap utilities left around for convenience (eg: `wget`, `less`, `find`), at the cost of size. That is *not* a priority for this image, nearing 500MB.
|
||||
Some bootstrap utilities left around for convenience (`wget`, `less`, `find`), at the cost of size. That is *not* a priority for this image, nearing 500MB.
|
||||
|
||||
A wrapper script (`/usr/local/bin/steamcmd`) has been provided to make `steamcmd` slightly more accessible.
|
||||
|
||||
### 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
|
||||
|
|
Loading…
Reference in a new issue