diff --git a/Dockerfile b/Dockerfile index 25287b70..49897003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,13 +31,14 @@ ENV FPM_PORT="${PHP_FPM_PORT}" RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && \ for ext in ${PHP_PACKAGES}; do PACKAGES="${PACKAGES} ${PHP_V}-${ext}"; done && \ apk add --no-cache bash caddy icu-data-full nano curl procps net-tools iproute2 ffmpeg \ - shadow sqlite redis tzdata gettext fcgi ca-certificates nss mailcap libcap ${PHP_V} ${PACKAGES} && \ - # Basic setup - echo '' && \ + shadow sqlite redis tzdata gettext fcgi ca-certificates nss mailcap libcap fontconfig \ + ttf-freefont font-noto terminus-font font-dejavu ${PHP_V} ${PACKAGES} && \ # Delete unused users change users group gid to allow unRaid users to use gid 100 deluser redis && deluser caddy && groupmod -g 1588787 users && \ # Create our own user. - useradd -u ${USER_ID:-1000} -U -d /config -s /bin/bash user + useradd -u ${USER_ID:-1000} -U -d /config -s /bin/bash user && \ + # Cache fonts. + fc-cache -f && fc-list | sort # Copy source code to container. COPY ./ /opt/app diff --git a/frontend/pages/console.vue b/frontend/pages/console.vue index c7918679..e33bba44 100644 --- a/frontend/pages/console.vue +++ b/frontend/pages/console.vue @@ -112,13 +112,12 @@