From cbb07d768a3f51e7bba4b7e9e9b575828aed8a37 Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 10 Feb 2021 20:36:29 +0000 Subject: [PATCH] Add libxrandr2 Enable pdf convert --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) 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 \