[games] Add sleep to source image (#14)

Sleep for 1 second before proceeding with steamcmd update to make sure it doesn't deadlock
This commit is contained in:
Red-Thirten
2021-11-05 14:57:00 -07:00
committed by GitHub
parent 7b66879352
commit c69ecc02b2

View File

@@ -22,6 +22,9 @@
# SOFTWARE.
#
# Wait for the container to fully initialize
sleep 1
# Default the TZ environment variable to UTC.
TZ=${TZ:-UTC}
export TZ