From a9b4b64147b203e8c94f6a0340bd397360440c9c Mon Sep 17 00:00:00 2001 From: Matteo Cavestri Date: Fri, 17 May 2024 09:24:28 +0200 Subject: [PATCH 1/2] Add: util-linux (taskset) --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bde7725..75d8429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN \ php83-xmlreader \ rsync \ samba-client \ + util-linux \ sudo && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ php83-pecl-mcrypt && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index aeb41cc..2b503dd 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -50,6 +50,7 @@ RUN \ php83-xmlreader \ rsync \ samba-client \ + util-linux \ sudo && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ php83-pecl-mcrypt && \ From 1c717ed2d332c1a032a37b1c78df275e567048e2 Mon Sep 17 00:00:00 2001 From: Matteo Cavestri <109976450+matteocavestri@users.noreply.github.com> Date: Sun, 19 May 2024 12:43:45 +0200 Subject: [PATCH 2/2] Update readme-vars.yml --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 4ae55b5..bc9bff7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -109,6 +109,7 @@ app_setup_block: | # changelog changelogs: + - { date: "19.05.24:", desc: "Added util-linux package required for taskset."} - { date: "10.04.24:", desc: "Added imagemagick-pdf."} - { date: "05.04.24:", desc: "Added imagemagick-heic. Manual update to `config.php` required - see above."} - { date: "02.04.24:", desc: "Existing users should update: site-confs/default.conf - Add support for the Client Push (notify_push) plugin and the [new mod](https://github.com/linuxserver/docker-mods/tree/nextcloud-notify-push)."}