Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing libbsd.so.0 on latest docker image

foux opened this issue · comments

Confirmation

  • I have read the README.md on the project homepage
  • I have checked if identical issue already exists
  • I have tried downgrading to find version that can be used as a workaround

The problem

On docker image v0.28.3 (or latest tag), the docker image is missing libbsd.so.0 resulting on a crash of the image with the following message :

Error loading shared library libbsd.so.0

Error trace / logs

Error loading shared library libbsd.so.0

Expected behavior

The docker image should launch

Steps to reproduce the behavior

  1. Pull ghcr.io/taxel/plextraktsync:0.28.3
  2. Launch the docker container

Inspect of problematic items

N.A

Workarounds

Go back to version 0.28.2

Install method

docker-compose

Config file contents

N.A

Version

0.28.3

Python Version

N.A

Plex Server Version

N.A

Operating System and Version

Docker

Broken from #1712