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

Update Dockerfile for Compatibility and Dependency Fixes

Open siddicky opened this issue 5 months ago • 0 comments

Summary

The current Dockerfile needs updates due to outdated Debian sources and dependency conflicts that prevent the image from building successfully.

Details

The following changes are proposed to address the issues:

  • Debian Sources Update:

Change Debian sources to point to the Debian Archive since Debian Stretch is no longer actively maintained.

Remove stretch-updates from the sources list as it’s no longer available.

  • Dependency Fixes:

Upgrade pip to the latest version to ensure compatibility with package installations.

Install cryptography==3.3.2 to avoid the need for Rust during installation, which newer versions require.

Install python-miio==0.5.4, a version compatible with the older dependencies and Python 3.

Pull Request

These changes are addressed in the following pull request: #5

siddicky avatar Sep 16 '24 09:09 siddicky