Skip to content

Commit

Permalink
Restore --group-add to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 9, 2025
1 parent adc2889 commit 333d25b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public void executeWithDocker(List<String> containerArgs, File workDir, Pipeline
}

writer.println("$DOCKER run --rm=true \\");
writer.println("\t--group-add keep-groups \\");
if (_useLocalContainerStorage)
{
getLogger().debug("Using local container storage: " + getLocalContainerDir().getPath());
Expand Down

0 comments on commit 333d25b

Please sign in to comment.