From 22eec7f2966452beeb8aa4e1f045d535a3397546 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Thu, 9 Jan 2025 11:09:26 +0100 Subject: [PATCH] Install more useful packages [release] --- Dockerfile | 3 +++ README.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e8c2ac..5ecb576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,9 @@ RUN echo "**** install packages ****" && \ kate \ gedit \ terminator \ + fonts-noto \ + fonts-noto-cjk \ + remmina \ systemsettings && \ apt-get remove -y plasma-welcome && \ apt-get autoclean && \ diff --git a/README.md b/README.md index 62451b1..0eb0385 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ XPipe Webtop is a web-based desktop environment that can be run in a container and accessed from a browser via KasmVNC. The desktop environment comes with XPipe and various terminals and editors preinstalled and configured. -This docker image is a fork of https://github.com/linuxserver/docker-webtop. ## Application Setup