keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.59k stars 223 forks source link

🐳 Added rust to Dockerfile to fix buildx issues #292

Closed bdsoha closed 1 year ago

bdsoha commented 1 year ago

Added rust and other build-dependencies to the Dockerfile as an additional stage to fix build issues when targeting platforms:

This will cause the image to be slightly larger. Another option is to remove those platforms altogether.

Related #276, #287.

bdsoha commented 1 year ago

@keshavdv This fixes buildx issues for all platforms.

Ready for review.