docker-xiaomi-aqara-rtsp icon indicating copy to clipboard operation
docker-xiaomi-aqara-rtsp copied to clipboard

Update Dockerfile to fix dependencies and sources

Open siddicky opened this issue 5 months ago • 0 comments

Summary

This pull request updates the Dockerfile to address issues related to outdated Debian sources and dependency conflicts that prevent the image from building successfully.

Changes made:

  • Changed Debian sources to point to the Debian Archive since Debian Stretch is no longer actively maintained.
  • Removed stretch-updates from the sources list as it’s no longer available.

Dependency Fixes:

  • Upgraded pip to the latest version to ensure compatibility with package installations.
  • Installed cryptography==3.3.2 to avoid the need for Rust during installation, which newer versions require.
  • Installed python-miio==0.5.4, a version compatible with the older dependencies and Python 3.

siddicky avatar Sep 15 '24 03:09 siddicky