mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Add noto-fonts-cjk to Dockerfile and MYVNC_DOMAIN to docker-compose.yaml
This commit is contained in:
parent
f9a4ba0c9b
commit
5075692463
5 changed files with 7 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
||||||
&& pacman -Su --ask 4 --needed ${addpkg} \
|
&& pacman -Su --ask 4 --needed ${addpkg} \
|
||||||
sudo bash bash-completion \
|
sudo bash bash-completion \
|
||||||
tigervnc \
|
tigervnc \
|
||||||
i3-wm ttf-dejavu \
|
i3-wm \
|
||||||
|
ttf-dejavu noto-fonts-cjk \
|
||||||
firefox firefox-decentraleyes firefox-ublock-origin \
|
firefox firefox-decentraleyes firefox-ublock-origin \
|
||||||
&& pacman -Scc --ask 4 \
|
&& pacman -Scc --ask 4 \
|
||||||
&& useradd --create-home --gid users --shell /usr/bin/bash user \
|
&& useradd --create-home --gid users --shell /usr/bin/bash user \
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${MYVNC_FIREFOX_PORT}:6900
|
- ${MYVNC_FIREFOX_PORT}:6900
|
||||||
environment:
|
environment:
|
||||||
|
MYVNC_DOMAIN: ${MYVNC_DOMAIN}
|
||||||
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
|
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
|
||||||
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
|
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
|
||||||
MYVNC_VNCSHARING: ${MYVNC_FIREFOX_VNCSHARING}
|
MYVNC_VNCSHARING: ${MYVNC_FIREFOX_VNCSHARING}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${MYVNC_I3_PORT}:6900
|
- ${MYVNC_I3_PORT}:6900
|
||||||
environment:
|
environment:
|
||||||
|
MYVNC_DOMAIN: ${MYVNC_DOMAIN}
|
||||||
MYVNC_CUSTOM_TITLE: ${MYVNC_I3_CUSTOM_TITLE}
|
MYVNC_CUSTOM_TITLE: ${MYVNC_I3_CUSTOM_TITLE}
|
||||||
MYVNC_PROXYPATH: ${MYVNC_I3_PROXYPATH}
|
MYVNC_PROXYPATH: ${MYVNC_I3_PROXYPATH}
|
||||||
MYVNC_VNCSHARING: ${MYVNC_I3_VNCSHARING}
|
MYVNC_VNCSHARING: ${MYVNC_I3_VNCSHARING}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,8 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
||||||
tigervnc \
|
tigervnc \
|
||||||
cuda openssh vim pacman-contrib rsync git \
|
cuda openssh vim pacman-contrib rsync git \
|
||||||
plasma konsole kate dolphin kompare kcalc \
|
plasma konsole kate dolphin kompare kcalc \
|
||||||
jack2 ttf-dejavu \
|
jack2 \
|
||||||
|
ttf-dejavu noto-fonts-cjk \
|
||||||
firefox firefox-decentraleyes firefox-ublock-origin \
|
firefox firefox-decentraleyes firefox-ublock-origin \
|
||||||
torbrowser-launcher \
|
torbrowser-launcher \
|
||||||
shotwell ffmpegthumbs ark okular \
|
shotwell ffmpegthumbs ark okular \
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${MYVNC_KDEPLASMA_PORT}:6900
|
- ${MYVNC_KDEPLASMA_PORT}:6900
|
||||||
environment:
|
environment:
|
||||||
|
MYVNC_DOMAIN: ${MYVNC_DOMAIN}
|
||||||
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
||||||
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||||
MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}
|
MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue