Fix SteamCMD unknown error & improve logging

- Lastest SteamCMD update throws new steamservice.so error that does not seem to affect downloads, so we will ignore it.
- Now prints found unknown error/failure logs to the console if they occur for easier debugging.
- Updates `libtbb2` to `libtbbmalloc2`, as `libtbb2` has been depreciated.
- Fixes error message coloring for certain error messages.
This commit is contained in:
Red-Thirten
2023-06-17 14:33:57 -07:00
parent f95d775d46
commit 4310c0902c
2 changed files with 11 additions and 7 deletions

View File

@@ -27,8 +27,8 @@ RUN dpkg --add-architecture i386 \
lib32stdc++6 \
libnss-wrapper \
libnss-wrapper:i386 \
libtbb2 \
libtbb2:i386
libtbbmalloc2 \
libtbbmalloc2:i386
## Configure locale
RUN update-locale lang=en_US.UTF-8 \