From 49a74ec72d5ce8b9dc03a7b83db2302a53e088ea Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 3 Apr 2023 11:44:31 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e75f5fe..2a9c22a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ apt-get update su "${USER}" - <<- __EOC__ ( - git clone --recurse-submodules --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" + git clone --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" cd "${USER_HOME}/SquadJS" || exit 1 yarn install yarn cache clean