We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cde08 commit 64bfbd0Copy full SHA for 64bfbd0
scripts/cli/playground
@@ -19621,7 +19621,7 @@ playground_debug_tcp_dump_command() {
19621
19622
if [ "$container" == "ngrok" ]
19623
then
19624
- playground container exec -c ngrok --command "adduser --force-badname --system --no-create-home _apt" --root > /dev/null 2>&1
+ playground container exec -c ngrok --command "adduser --force-badname --system --no-create-home _apt --gid 1000" --root > /dev/null 2>&1
19625
fi
19626
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
19627
0 commit comments