From e38d2078cc70b0453ef70523a8ad38279941aca2 Mon Sep 17 00:00:00 2001 From: Olcan Date: Tue, 10 Jun 2025 08:58:37 -0700 Subject: restricted networking for all sandboxing methods, new seatbelt profiles, updated docs, fixes to sandbox build, debugging through sandbox (#891) --- scripts/build_sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build_sandbox.js') diff --git a/scripts/build_sandbox.js b/scripts/build_sandbox.js index bfcf1bf9..89e186fa 100644 --- a/scripts/build_sandbox.js +++ b/scripts/build_sandbox.js @@ -111,7 +111,7 @@ function buildImage(imageName, dockerfile) { execSync( `${buildCommand} ${process.env.BUILD_SANDBOX_FLAGS || ''} -f "${dockerfile}" -t "${imageName}" .`, - { stdio: buildStdout }, + { stdio: buildStdout, shell: '/bin/bash' }, ); console.log(`built ${imageName}`); } -- cgit v1.2.3