Add --cap-add when running image in drone CI

Hello,
I can’t find any information about adding parameters to docker images when configuring CI.
I need to pass --cap-add to my image to change linux capabilities.
Is there an easy way to do it?

Thanks