Update steam runtime image.

This commit is contained in:
Pentarctagon 2020-10-15 15:44:12 -05:00
parent 065623f85b
commit 5de7939384
No known key found for this signature in database
GPG Key ID: 9456BC54A21DBFA0
2 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ cd steamrt
docker build -t steamos-wesnoth .
rm -rf ../steambuild
mkdir ../steambuild
if [ -d "$PWD"/../../../build ]; then
echo "Existing scons 'build' directory found, this may cause the build to fail!"
fi
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output --tmpfs /build:exec -u "$UID" steamos-wesnoth

View File

@ -2,7 +2,7 @@
VALVEFILE=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.Dockerfile
VALVETAR=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz
VALVE_SNAPSHOT=0.20200318.2
VALVE_SNAPSHOT=0.20201007.1
DOCKERBASEIMAGE=steamrt_scout_amd64
DOCKERLOCALIMAGE=wesnoth/wesnoth:steamrt-master