Hey all, i hope somebody can help resolve this issue with me.

Steps before problem occured:
- downloaded the image for the Odroid-C2
- DD-ed the image to micro-sd card.
- resized the 2nc partition
- booted successfully into kali
- apt-get update && apt-get upgrade
- apt-get install kali-linux-full

And there, in the last step, apt could not install kali-linux-full due to unmet dependencies.
It was unable to install beef-xss.

Trying to apt-get install beef-xss results in another missing dependency, ruby-therubyracer.
therubyracer cannot be installed from apt, so I tried gem install therubyracer were I encountered more errors.

Searching the web I've found only a few threads, but most are about issues when beef-xss is already installed.
The only one that seems to hit the nail is this issue over a year old at https://bugs.kali.org/view.php?id=3634

Could somebody help me, point me in the right directions?
Many thanks in advance!