Do not remove /root/Steam/appcache. If /root/Steam/appcache is removed, steamcmd re-downloads hlds/* games from scratch whenever the game is updated:
Since INSTALL_COUNT=1 in update/Dockerfile, the first time steam updates the game without /root/Steam/appcache, it purges all the game files. This explains the failure on master d483030a1476ace7a5efcb9d2b206c2ac0d02ee4 after #112.
It takes INSTALL_COUNT=2 or INSTALL_COUNT=3 to properly updatehlds. (redownload the game)
Do not remove
/root/Steam/appcache
. If/root/Steam/appcache
is removed,steamcmd
re-downloadshlds/*
games from scratch whenever the game is updated:INSTALL_COUNT=1
inupdate/Dockerfile
, the first time steam updates the game without/root/Steam/appcache
, it purges all the game files. This explains the failure on master d483030a1476ace7a5efcb9d2b206c2ac0d02ee4 after #112.INSTALL_COUNT=2
orINSTALL_COUNT=3
to properlyupdate
hlds
. (redownload the game)