Skip to content

Commit 64bfbd0

Browse files
committed
fix
1 parent 55cde08 commit 64bfbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cli/playground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19621,7 +19621,7 @@ playground_debug_tcp_dump_command() {
1962119621

1962219622
if [ "$container" == "ngrok" ]
1962319623
then
19624-
playground container exec -c ngrok --command "adduser --force-badname --system --no-create-home _apt" --root > /dev/null 2>&1
19624+
playground container exec -c ngrok --command "adduser --force-badname --system --no-create-home _apt --gid 1000" --root > /dev/null 2>&1
1962519625
fi
1962619626
docker exec --privileged --user root $container bash -c "apt-get update && echo tcpdump | xargs -n 1 apt-get install --force-yes -y && rm -rf /var/lib/apt/lists/*" > /dev/null 2>&1
1962719627
fi

0 commit comments

Comments
 (0)