Add noto-fonts-cjk to Dockerfile and MYVNC_DOMAIN to docker-compose.yaml

This commit is contained in:
myve 2025-07-15 06:26:23 +00:00
commit 5075692463
5 changed files with 7 additions and 2 deletions

View file

@ -22,7 +22,8 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
&& pacman -Su --ask 4 --needed ${addpkg} \
sudo bash bash-completion \
tigervnc \
i3-wm ttf-dejavu \
i3-wm \
ttf-dejavu noto-fonts-cjk \
firefox firefox-decentraleyes firefox-ublock-origin \
&& pacman -Scc --ask 4 \
&& useradd --create-home --gid users --shell /usr/bin/bash user \

View file

@ -20,6 +20,7 @@ services:
ports:
- ${MYVNC_FIREFOX_PORT}:6900
environment:
MYVNC_DOMAIN: ${MYVNC_DOMAIN}
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
MYVNC_VNCSHARING: ${MYVNC_FIREFOX_VNCSHARING}