From b2d3aa919a6855ad5fe8fbcd0bc281832d4156c2 Mon Sep 17 00:00:00 2001 From: Sagent Date: Thu, 11 Jun 2026 01:58:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20bump=20Ubuntu=2018.04=E2=86=9226.04,=20r?= =?UTF-8?q?eplace=20python2=20with=20python3+ln?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f595f85..fc9cd09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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).