weltenwort / frigate-synology-dsm7

Dockerfile and docker-compose file to enable google coral USB accelerators in containers on Synology DSM 7
MIT License
119 stars 18 forks source link

Docker image fails to build, Libc6-dev fails to install #116

Open nat45928 opened 9 months ago

nat45928 commented 9 months ago

I tried to spin this up today using frigate 0.13.1 and had issues with some base dependencies. Specifically while building libusb-1.0-0 I got:

The following packages have unmet dependencies:
 libc6-dev : Depends: libc6 (= 2.31-13+deb11u7) but 2.36-9+deb12u3 is to be installed
             Depends: libc-dev-bin (= 2.31-13+deb11u7) but it is not going to be installed

As a work around I just changed the builder image to be Debian bookworm, and everything else worked as expected.

danuals commented 9 months ago

https://github.com/weltenwort/frigate-synology-dsm7/discussions/95