From 11e279bd12ca20fc37c3bdd0dc9795efbb735bdd Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:54:46 +0100 Subject: [PATCH] Remove calibre for now --- Dockerfile-fat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile-fat b/Dockerfile-fat index 12585201..53f1c1fc 100644 --- a/Dockerfile-fat +++ b/Dockerfile-fat @@ -31,7 +31,7 @@ ENV DOCKER_ENABLE_SECURITY=false \ PGID=1000 \ UMASK=022 \ FAT_DOCKER=true \ - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=true + INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false # JDK for app @@ -45,7 +45,6 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et tini \ bash \ curl \ - calibre@testing \ shadow \ su-exec \ openssl \