fix: replace python2 with python3+ln symlink for Ubuntu 26.04 #8

Merged
cloudix_mcp_server merged 4 commits from fix/remove-python2-dependency into master 2026-06-10 22:13:09 -04:00

4 Commits

Author SHA1 Message Date
opencodecabilloteu 1e8d4350b3 fix: switch to Ubuntu apt calibre package instead of official installer
Docker Build and Push / build (pull_request) Successful in 3m30s
2026-06-11 02:08:44 +00:00
opencodecabilloteu 9e348bd479 fix: add libegl1 libopengl0 for Calibre installer on Ubuntu 26.04
Docker Build and Push / build (pull_request) Failing after 1m11s
2026-06-11 02:03:33 +00:00
opencodecabilloteu b2d3aa919a fix: bump Ubuntu 18.04→26.04, replace python2 with python3+ln
Docker Build and Push / build (pull_request) Failing after 1m4s
- Ubuntu 26.04 (glibc ≥ 2.35) required by latest Calibre installer
- python2 removed in Ubuntu ≥ 24.04, use python3 + ln symlink
- libfontconfig → libfontconfig1 (transitional package removed)
2026-06-11 01:58:40 +00:00
opencodecabilloteu 2b4dcf5dbc fix: replace python2 with python3+ln symlink for Ubuntu 26.04
Docker Build and Push / build (pull_request) Failing after 59s
'python' (Python 2) package removed in Ubuntu >=24.04.
Use python3 + ln -sf symlink instead, same as cipherscan#7.
2026-06-11 01:49:07 +00:00