From 8e85fbc458d228ac9ad46df1bf39a9671629ee93 Mon Sep 17 00:00:00 2001 From: Skillet Date: Sat, 8 Apr 2023 18:47:57 -0400 Subject: [PATCH] switch to testing branch of squadjs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a9c22a..27a1b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ apt-get update su "${USER}" - <<- __EOC__ ( - git clone --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" + git clone --depth 1 -b playercontfix https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" cd "${USER_HOME}/SquadJS" || exit 1 yarn install yarn cache clean