diff --git a/Dockerfile b/Dockerfile index d4aa2da2..8a9b1200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,8 @@ RUN \ libsasl2-2 \ libxi6 \ libxslt1.1 \ - python3-venv && \ + python3-venv \ + xdg-utils && \ echo "**** install calibre-web ****" && \ if [ -z ${CALIBREWEB_COMMIT+x} ]; then \ CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8484d7ef..6fa81113 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -34,7 +34,8 @@ RUN \ libsasl2-2 \ libxi6 \ libxslt1.1 \ - python3-venv && \ + python3-venv \ + xdg-utils && \ echo "**** install calibre-web ****" && \ if [ -z ${CALIBREWEB_COMMIT+x} ]; then \ CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" \ diff --git a/readme-vars.yml b/readme-vars.yml index 4a6efcfb..37e86da5 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -71,6 +71,7 @@ app_setup_block: | # changelog changelogs: + - { date: "26.08.24:", desc: "Add new dep, xdg-utils."} - { date: "07.07.24:", desc: "Add new dep, libmagic1."} - { 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."}