From 958fc8284149f8ccedb6106e69806bd2030ef484 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Mon, 5 Feb 2024 16:19:03 -0800 Subject: [PATCH] Install fonts-dejavu This is the default terminal font, and when not installed, everything just renders weird. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 87a8c9fd..9fde66d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get -y -qq update \ xfce4-settings \ xorg \ xubuntu-icon-theme \ + fonts-dejavu \ tigervnc-standalone-server \ tigervnc-xorg-extension \ # Disable the automatic screenlock since the account password is unknown