From 4ea71e94e3350dcd5ec56092cac728bb0d143602 Mon Sep 17 00:00:00 2001 From: Roland Alton Date: Thu, 8 May 2025 08:36:11 +0200 Subject: [PATCH] add print_designer and chromium --- images/custom/Containerfile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 386f94d7..cb4cc36e 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -38,6 +38,39 @@ RUN useradd -ms /bin/bash frappe \ wait-for-it \ jq \ pdftk \ + # for Chrome PDF builder with print_designer app: + fonts-liberation \ + libatk-bridge2.0-0 \ + libatk1.0-0 \ + libatspi2.0-0 \ + libgbm1 \ + libgtk-4-1 \ + libnspr4 \ + libnss3 \ + xdg-utils \ + libvulkan1 \ + libxcomposite1 \ + libxdamage1 \ + libxfixes3 \ + libxkbcommon0 \ + libxrandr2 \ + libasound2 \ + chromium \ + # and we may also need this for printing? + ca-certificates \ + libc6 \ + libcairo2 \ + libcups2 \ + libdbus-1-3 \ + libexpat1 \ + libglib2.0-0 \ + libpango-1.0-0 \ + wget \ + libudev1 \ + libx11-6 \ + libxcb1 \ + libxext6 \ + libcurl3-gnutls \ # NodeJS && mkdir -p ${NVM_DIR} \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \