Node-red-contrib-rfxcom segmentation fault

I've added node-red-contrib-rfxcom 2.13 to my Palette in NodeRed (Docker on Raspberry Pi).
When trying a simple flow (rfx-sensor to debug) and configuring rfx to /dev/ttyUSB0
my nodered container instantly crashes when deploying the flow with this error message:

./entrypoint.sh: line 14: 8 Segmentation fault (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"

The RFXCOM device on /dev/ttyUSB0 works without problems in other smarthome software (e.g. domoticz)
on this Raspi.

Any idea, what I can do to get it working under nodered ?

It'll be an issue with binaries for serial port. This thread will give you the gist : https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://github.com/serialport/node-serialport/issues/2438&ved=2ahUKEwj3noDpofmFAxXDQkEAHXFdDR8QFnoECA8QAQ&usg=AOvVaw2uJwlUnMVxU7crV7Xid4V3

You likely need to rebuild the binaries. You might need the node author to bump latest dependency versions

Thanks @Steve-Mcl
However sounds (too) complicated for my knowledge.

I've now tried running nodered natively on Raspberry (w/o Docker).
This is working fine.