From 60af155c0d9d3d830ebd44773cb53653c0834209 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:16:44 -0400 Subject: [PATCH 1/4] Update Dockerfile --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54e0146b9..e53f1c57b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG BUILD_DATE ARG VERSION ARG CALIBREWEB_RELEASE LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="chbmb" +LABEL maintainer="notdriz" RUN \ echo "**** install build packages ****" && \ @@ -24,14 +24,9 @@ RUN \ imagemagick \ ghostscript \ libldap-2.5-0 \ - libnss3 \ libsasl2-2 \ - libxcomposite1 \ libxi6 \ - libxrandr2 \ - libxkbfile-dev \ libxslt1.1 \ - libxtst6 \ python3-venv && \ echo "**** install calibre-web ****" && \ if [ -z ${CALIBREWEB_RELEASE+x} ]; then \ From d14ce842416db8a6517b4b6f65c8256b0c58f384 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:17:47 -0400 Subject: [PATCH 2/4] Update Dockerfile.aarch64 --- Dockerfile.aarch64 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2443d82d5..fad90dfec 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -30,14 +30,9 @@ RUN \ imagemagick \ ghostscript \ libldap-2.5-0 \ - libnss3 \ libsasl2-2 \ - libxcomposite1 \ libxi6 \ - libxrandr2 \ - libxkbfile-dev \ libxslt1.1 \ - libxtst6 \ python3-venv && \ echo "**** install calibre-web ****" && \ if [ -z ${CALIBREWEB_RELEASE+x} ]; then \ From f1d74326b352e514ecbb74c37e54e89a15631cfb Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:18:47 -0400 Subject: [PATCH 3/4] Update readme-vars.yml --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 9c111c538..23bb21999 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -72,6 +72,7 @@ app_setup_block: | # changelog changelogs: + - { date: "17.10.23:", desc: "Remove some packages that are required by the calibre mod but not the base container."} - { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment."} - { date: "13.04.23:", desc: "Deprecate armhf."} - { date: "27.03.23:", desc: "Add cmake as build dep for Levenshtein."} From 28ea5a0f6511911ab035e4f2bf11cd2af0f30459 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:19:17 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f7295e81..abbd7e23a 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **17.10.23:** - Remove some packages that are required by the calibre mod but not the base container. * **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment. * **13.04.23:** - Deprecate armhf. * **27.03.23:** - Add cmake as build dep for Levenshtein.