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 \