diff --git a/src/main/resources/com/rultor/agents/req/_head.sh b/src/main/resources/com/rultor/agents/req/_head.sh index 8920b2e793..fa9fe64fff 100644 --- a/src/main/resources/com/rultor/agents/req/_head.sh +++ b/src/main/resources/com/rultor/agents/req/_head.sh @@ -93,7 +93,6 @@ function docker_when_possible { docker rm -f "${container}" fi docker run --rm -v "$(pwd):/main" "${vars[@]}" \ - --privileged=true \ --hostname=docker \ --memory=6g --memory-swap=16g --oom-kill-disable \ "--cidfile=$(pwd)/cid" -w=/main \