mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
add print_designer and chromium
This commit is contained in:
parent
456ba88fd6
commit
4ea71e94e3
1 changed files with 33 additions and 0 deletions
|
|
@ -38,6 +38,39 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
wait-for-it \
|
wait-for-it \
|
||||||
jq \
|
jq \
|
||||||
pdftk \
|
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
|
# NodeJS
|
||||||
&& mkdir -p ${NVM_DIR} \
|
&& mkdir -p ${NVM_DIR} \
|
||||||
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
|
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue