From 507569246387cbd337bdcb5b7dbb9701856202f4 Mon Sep 17 00:00:00 2001 From: myve Date: Tue, 15 Jul 2025 06:26:23 +0000 Subject: [PATCH] Add noto-fonts-cjk to Dockerfile and MYVNC_DOMAIN to docker-compose.yaml --- firefox/Dockerfile | 3 ++- firefox/docker-compose.yaml | 1 + i3/docker-compose.yaml | 1 + plasma/Dockerfile | 3 ++- plasma/docker-compose.yaml | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 5713922..22a559e 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -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 \ diff --git a/firefox/docker-compose.yaml b/firefox/docker-compose.yaml index 4c6ec10..357a772 100644 --- a/firefox/docker-compose.yaml +++ b/firefox/docker-compose.yaml @@ -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} diff --git a/i3/docker-compose.yaml b/i3/docker-compose.yaml index 6b71539..bfd5285 100644 --- a/i3/docker-compose.yaml +++ b/i3/docker-compose.yaml @@ -18,6 +18,7 @@ services: ports: - ${MYVNC_I3_PORT}:6900 environment: + MYVNC_DOMAIN: ${MYVNC_DOMAIN} MYVNC_CUSTOM_TITLE: ${MYVNC_I3_CUSTOM_TITLE} MYVNC_PROXYPATH: ${MYVNC_I3_PROXYPATH} MYVNC_VNCSHARING: ${MYVNC_I3_VNCSHARING} diff --git a/plasma/Dockerfile b/plasma/Dockerfile index 1393b45..a8f6f09 100644 --- a/plasma/Dockerfile +++ b/plasma/Dockerfile @@ -27,7 +27,8 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ tigervnc \ cuda openssh vim pacman-contrib rsync git \ plasma konsole kate dolphin kompare kcalc \ - jack2 ttf-dejavu \ + jack2 \ + ttf-dejavu noto-fonts-cjk \ firefox firefox-decentraleyes firefox-ublock-origin \ torbrowser-launcher \ shotwell ffmpegthumbs ark okular \ diff --git a/plasma/docker-compose.yaml b/plasma/docker-compose.yaml index 1b8ee81..723a6f4 100644 --- a/plasma/docker-compose.yaml +++ b/plasma/docker-compose.yaml @@ -27,6 +27,7 @@ services: ports: - ${MYVNC_KDEPLASMA_PORT}:6900 environment: + MYVNC_DOMAIN: ${MYVNC_DOMAIN} MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE} MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH} MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}