Problem to connect UART over Bluetooth in Nerves

I usually connect my Bluetooth endpoint via Circuits.UART and it finely works in Livebook,
after mapping of the device with ‘rfcomm connect’ command

Unfortunately it fails in nerves_livebook because rfcomm is missed on the image.

How make rfcomm available in Nerves or replace it with blue_heron?