fix: bump Ubuntu 18.04→26.04, replace python2 with python3+ln
Docker Build and Push / build (pull_request) Failing after 1m4s
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)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM ubuntu:26.04
|
||||
# Il n'est pas possible d'utiliser alpine,
|
||||
# cela pose problème avec le script de post-install qui dépends vraiment de glibc.
|
||||
# Il faudrait alors partir sur une full recompilation de calibre (sans certitudes sur le bon fonctionnement).
|
||||
|
||||
Reference in New Issue
Block a user