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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user