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 && \ 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)."}