From 9761a3427d31219f55b8e089e0429525e4015cdd Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:50:13 -0400 Subject: [PATCH] add xdg-utils --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- readme-vars.yml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9468f995..3fdda7a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,8 @@ RUN \ libsasl2-2 \ libxi6 \ libxslt1.1 \ - python3-venv && \ + python3-venv \ + xdg-utils && \ echo "**** install calibre-web ****" && \ if [ -z ${CALIBREWEB_RELEASE+x} ]; then \ CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1c5e9326..8e682525 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_RELEASE+x} ]; then \ CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \ diff --git a/readme-vars.yml b/readme-vars.yml index bf4f9cfe..114aa5b2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -73,6 +73,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."}