From 3a9fdeab06d490deae5923e2aec6d1a1edc65335 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 May 2023 17:58:28 +0200 Subject: [PATCH] Update Dockerfile --- calibre_web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index a0e9e0f07..4f6d9be76 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -87,7 +87,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d # Manual apps -ENV PACKAGES="libnss3 libxtst6" +ENV PACKAGES="libnss3 libxtst6 libxrandr2" # Automatic apps & bashio # hadolint ignore=SC2015