From 0f633d2c37b336010d933cf816f73b925bd426fe Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sat, 5 Nov 2022 14:50:01 +0100 Subject: [PATCH] fix full build --- client/sources/build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sources/build-docker.sh b/client/sources/build-docker.sh index 290149f5..e5cdbebb 100755 --- a/client/sources/build-docker.sh +++ b/client/sources/build-docker.sh @@ -32,7 +32,7 @@ $PYTHON64 -m pip install -q --upgrade pylzma -SKIP_TO_BUILD=1 +SKIP_TO_BUILD=0 if [ ! "$SKIP_TO_BUILD" -eq "1" ]; then echo "[+] Install python packages"