diff --git a/Dockerfile b/Dockerfile index cee66df..37e3a7c 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 cb957db..b2eabd0 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 ff4cd65..a3b7296 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 b0ace4f..3558090 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -71,6 +71,7 @@ app_setup_block: | # changelog changelogs: + - { date: "10.02.21:", desc: "Add libxrandr2"} - { 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." } - { date: "12.10.20:", desc: "Add libxi6"}