cloudix_mcp_server 3ea95d1cac
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Failing after 53s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
fix: unpin all packages in requirements.txt for system compatibility
Debian Trixie ships many Python packages (cryptography 43.0.0,
cffi, etc.) via apt that conflict with SABnzbd's pinned versions
(cryptography==39.0.0, cffi==1.15.1). Pinned deps fail to install
because pip can't uninstall the system packages (no RECORD file).
Relax all pins so pip uses compatible versions already present.
2026-06-12 08:30:57 -04:00
2017-11-01 12:43:14 +00:00
2023-02-24 17:28:31 -05:00
2017-10-31 21:38:46 +01:00
2017-10-31 21:38:46 +01:00
S
Description
Recette pour la création de l'image sabnzbd
146 KiB
Languages
Shell 61.2%
Dockerfile 38.8%