2024-11-19, 11:21 PM
I'm running Jellyfin 10.10.2 in a Docker instance on Ubuntu and I'm trying out commercial skipping using Comskip. The issue I have is that comskip runs correctly on the host but in the Docker container I get the error:
I've read that you can include libraries in your Docker container but you must do this when the container is created. Is there any other way to share the library with the container?
Code:
./comskip: error while loading shared libraries: libargtable2.so.0: cannot open shared object file: No such file or directory
I've read that you can include libraries in your Docker container but you must do this when the container is created. Is there any other way to share the library with the container?