From 077aa54605ac300701a07c001600756c12cc6874 Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 10 Feb 2021 20:44:10 +0000 Subject: [PATCH] Add libxrandr2 Necessary to convert to pdf --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + readme-vars.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 348727f..3d7d1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN \ libxslt1.1 \ libldap-2.4-2 \ libsasl2-2 \ + libxrandr2 \ python3-minimal \ python3-pkg-resources \ unrar && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8e8df8f..430346d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -30,6 +30,7 @@ RUN \ libsasl2-2 \ libxcomposite1 \ libxi6 \ + libxrandr2 \ libxslt1.1 \ python3-minimal \ python3-pkg-resources \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index fc8c74c..b76e3a6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -32,6 +32,7 @@ RUN \ libsasl2-2 \ libxcomposite1 \ libxi6 \ + libxrandr2 \ libxslt1.1 \ python3-minimal \ python3-pkg-resources \ diff --git a/readme-vars.yml b/readme-vars.yml index 5c7830a..9377974 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -77,6 +77,7 @@ app_setup_block: | # changelog changelogs: + - { date: "10.02.21:", desc: "Add libxrandr2"} - { date: "25.01.21:", desc: "Add nightly tag"} - { date: "19.01.21:", desc: "Add python3-pkg-resources"} - { date: "13.01.21:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }