Docker not running on Vero 4+ - libseccomp2

HI! I’m trying to run ownCloud on my Vero 4+ box using docker, however I get stuck on this issue: Cannot use 10.6 or 10.5 on arm, permission error during install process · Issue #219 · owncloud-docker/server · GitHub
After check the libseccomp2 version on my box it seems it’s indeed outdated:

osmc@osmc:~$ sudo dpkg -l libseccomp2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name              Version      Architecture Description
+++-=================-============-============-============================================
ii  libseccomp2:armhf 2.3.3-4      armhf        high level interface to Linux seccomp filter

There are solutions floating on the web, such as this one: Install Docker on Raspberry Pi | Unix etc.
…but I no idea if it’s a good idea to install unsupported version of the lib.
Are there any plans to update the lib? My system version is: 2022.03-1.

Thanks!

The lib will be updated to 2.5.1 when OSMC moves to Bullseye official. If you need it earlier you could join the testing repository.

Hi. Thanks for the info. I’ll think about joining the testing repo.