* Removed `ARG PUID` and `ARG PGID` from Dockerfiles for Ubuntu 20.04, 22.04, and 24.04.
* Added a step to remove the default `ubuntu` user in Dockerfile for Ubuntu 24.04.
* Moved `locale-gen en_US.UTF-8` command into the main installation RUN command for efficiency.
* Removed redundant `RUN locale-gen` lines to streamline the Dockerfile.
* Split `apt-get install` command into multiple lines for better readability.
* Updated package list to ensure compatibility with the latest dependencies.
* Removed commented-out health check for cleaner Dockerfile.
* Introduced `ARG PUID` and `ARG PGID` to allow customization of user and group IDs.
* Updated user creation command to use these arguments for better flexibility.
* Added non-root user creation for SteamCMD in Dockerfiles for Ubuntu 18.04, 20.04, 22.04, and 24.04.
* Included a basic health check to ensure SteamCMD is operational.
* Updated README to correct "docker cli" to "Docker cli".
steamcmd update will only apply to root user. If non root user update is still downloaded. This update added 138MB layer to docker container and will probably not be used anyway.